Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Change text color in Navbar Ttitle

    Drawing a blank on how I can change the color of the text for the NAVBAR TITLE for a Category, such as these:

    http://designerperfumesnob.authsafe....gne-c-652.html

    http://designerperfumesnob.authsafe....ve-c-1359.html

    The pink is too girly for Men's Cologne and Aftershave and I'd like to make it a grey, but can't remember where to go to change it.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Change text color in Navbar Ttitle

    That would be #productListHeading in the stylesheet.

  3. #3
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Change text color in Navbar Ttitle

    Quote Originally Posted by stevesh View Post
    That would be #productListHeading in the stylesheet.
    OK, how do I isolate just the two categories Men's Cologne and Aftershave to show the different text color for the heading?

    I see this in the sytlesheet:

    /*bof product listing*/
    .listingDescription {text-align:left;font-size: 1em;font-family: verdana, arial, helvetica, sans-serif;font-style: normal;}
    .productListing-even {border:1px dashed #ccc;}
    .productListing-rowheading {background-image:url(../images/sidebox-bk.png);height:50px;color:#fffffd;text-transform:uppercase;}
    .productListing-rowheading a{color:#fffffd;}
    .productListing-rowheading a:hover{color:#ed3a84;}
    #productsListingTopNumber {margin-top:15px;margin-bottom:15px;}
    #productsListingBottomNumber {margin-top:15px;margin-bottom:15px;}
    #productListHeading {margin-bottom:15px;}
    .tabTable {border-left:1px solid #dfdfe7;border-right:1px solid #dfdfe7;border-top:0px solid #dfdfe7;}
    .productListing-data {border-bottom:1px dashed #ccc;}
    .itemTitle {font-size: 1.1em; font-weight: normal;}

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,688
    Plugin Contributions
    11

    Default Re: Change text color in Navbar Ttitle

    If you look at the readme file located in the css folder, it will tell you how to add a stylesheet for a specific category. You would just add the change you want for that category. Hopefully, your URL rewrites won't be a problem with this.

    What's actually being colored (#ED3A84) are the h1 and customeHeaderTwo tags in the basic stylesheet. So... For the categories stylesheet, you'd have
    h1 {color:#444443;}
    #customJeaderTwo {color:#444443;}
    This would match the basic font color for both the Men's Cologne and FREE U.S. SHIPPING headings.
    Last edited by dbltoe; 25 Jun 2013 at 01:40 AM. Reason: added customHeaderTwo reference
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Change text color in Navbar Ttitle

    Quote Originally Posted by dbltoe View Post
    If you look at the readme file located in the css folder, it will tell you how to add a stylesheet for a specific category. You would just add the change you want for that category. Hopefully, your URL rewrites won't be a problem with this.

    What's actually being colored (#ED3A84) are the h1 and customeHeaderTwo tags in the basic stylesheet. So... For the categories stylesheet, you'd haveThis would match the basic font color for both the Men's Cologne and FREE U.S. SHIPPING headings.
    Having a real hard time with this. Since I only need to do this twice, I've been trying to come up with an HTML inline style for h1 for the color #444443 that I can simply add to the Men's Cologne and the Aftershave and be done with it, but after trying a few things, I can't seem to come up with the correct inline code.

    Could you please help?

    Thanks!

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Change text color in Navbar Ttitle

    You probably can't do it inline. Did you try the method dbltoe suggested ?

 

 

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 color of text
    By neelam.gahlyan in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 26 Apr 2007, 04:20 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

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