Page 1 of 2 12 LastLast
Results 1 to 10 of 995

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    Quote Originally Posted by MGDesigns View Post
    OK I managed to get my background colour changed by fiddling. I still can't figure this out:

    Also, I am trying to find where I can change the font colour for the 'categories' 'manufacturers' etc box headers, and the checkout link I can find them on the style sheet, but I can't see where to change the actual font colour.

    Thanks again!
    Sorry so long for the reply. I pretty busy at the moment working on a clients site.
    But, if you found the entries in your stylesheet for say:

    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
       font-size: 1em;
       color: #ffffff;
    }
    and it doesn't already have a color defined, just add your color as shown above in red.

    That should be it for your sidebox Headings, but I'm not real familiar with that template, so that could be wrong. If you post a link to your site, we can help you a little better on these questions.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #2
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Please don't apologize for the delay - I appreciate your help :) :)

    OK, that did the trick for the left category headers. I still have some residual blue on the site I can't find where to change it. Any help you can offer is very much appreciate. ( I understand I need to make new buttons for the search and other buttons, but I still have blue hovers on the manufacturers, blue titles in the footer, and a blue hover in the slider)

    Here is my site:

    http://redgeniusenterprises.com/store/

  3. #3
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    I see I managed to make my top nav bar not show unless I hover - my eyes are crossing trying to find where that is, so if you can help with that I'd appreciate that too Thanks again!

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    Quote Originally Posted by MGDesigns View Post
    I see I managed to make my top nav bar not show unless I hover - my eyes are crossing trying to find where that is, so if you can help with that I'd appreciate that too Thanks again!

    You will find that one in this line:

    Code:
    #navMain ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #EFF0F1;white-space: nowrap;}
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    Quote Originally Posted by MGDesigns View Post
    Please don't apologize for the delay - I appreciate your help :) :)

    OK, that did the trick for the left category headers. I still have some residual blue on the site I can't find where to change it. Any help you can offer is very much appreciate. ( I understand I need to make new buttons for the search and other buttons, but I still have blue hovers on the manufacturers, blue titles in the footer, and a blue hover in the slider)

    Here is my site:

    http://redgeniusenterprises.com/store/

    Okay, if you're talking about the slider numbers that blue for the current image, you can change that in this line:

    Code:
    ol#controls li.current a{background: #5dc9e1;color:#fff;}
    For the footer items, they are located in your stylesheet_footer_menu.css. Find this line:

    Code:
    .menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.1em;color:#5dc9e2;}
    Change your color to your liking. That will take care of the blue Menu titles at the top of the footer.

    Then, find this line:

    Code:
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #5dc9e2;font-weight:bold;white-space: nowrap;}
    Change your color to your liking. That will take care of the blue links at the bottom.

    I didn't see any blue "hover" links in the Manufacturers sidebox. Are you talking about the blue background for the "Please Select" ?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #6
    Join Date
    Dec 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thank you thank you thank you! I've got some Paypal coming in a few days and I've bookmarked your site to buy you coffee. I really appreciate this!

    Yes, I mean the blue on the 'please select' under the manufacturers.

    Quote Originally Posted by Get Em Fast View Post

    Change your color to your liking. That will take care of the blue links at the bottom.

    I didn't see any blue "hover" links in the Manufacturers sidebox. Are you talking about the blue background for the "Please Select" ?

  7. #7
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    That is not controlled by css. It's controlled by php, and I'm not exactly sure how to change that.................sorry.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    MGDesigns--Hello I just woke up to find this flurry of posts.

    Yes, I mean the blue on the 'please select' under the manufacturers.
    This is a form element and can be styled using css. I would recommend doing a google search for a good css tutorial which will teach you how to style the form elements.

    Thanks,

    Anne

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    I love this template. It's great! But I cannot change the Image size of featuredProducts. It seems to have something to do with the template.. does anyone know how to solve this?

    Thanks!
    Jacob
    Which featured product image size do you want to change? The side box? the home page? the featured product listing page?

    Thanks,

    Anne

  10. #10
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thanks for taking the time, it's very generous of you :)
    I'd be happy to change the image size of featuredProducts on index main page. I've tried changing it through admin --> configuration
    --> Images and it works if I change the New Image's size.

    Thanks
    Jacob

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg