Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    help question Change color of text

    I want ot change text color in sideboxes.
    How could i do that.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Change color of text

    In includes/templates/YOUR_TEMPLATE/css/stylesheet.css, edit this setting to set the background color to whatever you want (it's white in the example)

    Code:
    .sideBoxContent {
    	background-color: #ffffff;
    	padding: 0.4em;
    	}
    If you wanted to add an background image to the side boxes, it would look something like this:

    Code:
    .sideBoxContent {
      background-color: #000000;
      background-image: url('../images/space011.jpg');
    	padding: 0.4em;
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    red flag Re: Change color of text

    Quote Originally Posted by afo View Post
    In includes/templates/YOUR_TEMPLATE/css/stylesheet.css, edit this setting to set the background color to whatever you want (it's white in the example)

    Code:
    .sideBoxContent {
        background-color: #ffffff;
        padding: 0.4em;
        }
    If you wanted to add an background image to the side boxes, it would look something like this:

    Code:
    .sideBoxContent {
      background-color: #000000;
      background-image: url('../images/space011.jpg');
        padding: 0.4em;
        }
    Thanks for your reply.
    I have another challenges also.

    1. I want to add page in main menu with Home And Login like About Us, Contact Us.

    2. How could i change the color of the lower bar in each sidebox which is green by default.

  4. #4
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Change color of text

    Many Thanks for your response. Let me rephrase what I want to ask. In all the boxes on the right and left side there is a green bar at the bottom of the box. That needs to be changed to blue. And the text for the products inside the categories box is green. that too needs to become blue from present green. Check the pic below.

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Change color of text

    The bottom bar color is controlled in your stylesheet as marked below
    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }
    And the color of links in your categories box is controlled as marked below
    A.category-top, A.category-top:visited {
    color: #008000;
    text-decoration: none;
    }
    Finally, for the future, it's always easier to answer questions like this by looking at the site itself, rather than a picture of it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change color of text

    .sideBoxContent {border-bottom: 5px solid #0000ff;}
    ...not having your site to test on, this worked on mine which has borders off...

    For the text, find or add these:

    a.category-top {color: #0000ff;}
    a.category-subs-parent {color: #0000ff;}
    a.category-products {color: #0000ff;}
    a.category-links {color: #0000ff;}

    Some may not be necessary.
    You may also want to edit

    a.category-top:hover {color: #0000ff;}

    a.category-top:visited {color: #0000ff;}

    Adjust all colors etc to suit.

  7. #7
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    red flag Re: Change color of text

    How can I make my borders off?

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Change color of text

    Just remove from your stylesheet the styles that add them on.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #9
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Change color of text

    I cant get your point .Will you please explain through any example.

  10. #10
    Join Date
    Apr 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Change color of text

    How can I insert my pages as Main Menu like Home and Login?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Text color change
    By Rob905 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Jul 2009, 02:23 PM
  2. Change Text Color
    By cposilippo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Sep 2008, 01:37 PM
  3. change categories text color?
    By kinembe in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Aug 2008, 05:41 PM
  4. EZ Pages Text Color Change
    By senorpineapple in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Feb 2007, 12:21 AM
  5. Change Rollover Text color
    By Dizzie in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 13 Sep 2006, 11:30 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR