Title Colors

  • Posted in : Read WP
  • 9ilremy
    Participant

    I’m using the Theme personalization interface to set the link colors but when looking at it with Firebug, it seems that the css value from main.css are taking over instead.
    I’m guessing the included css links should be moved somehow but not sure where.
    I’m using WP 3.5: http://www.fabricehaccoun.com/
    Thank you for any help
    Gil

    Mehmet S.
    Keymaster

    I’ve checked your site, your new color choices are blue faced. I think it is working fine.

    9ilremy
    Participant

    I must have some serious cache issue, cleaned it up several times, turned the WP cache as well as DB Cache off and text still looks black. Weird.
    Anyway, I’ll figure it out. Thanks for checking.

    Mehmet S.
    Keymaster

    Which black text? Titles?

    9ilremy
    Participant

    Yes, I see them all in Black.
    for instance, looking at the main title with Firebug, I see the color being defined as:
    h1 a {color: #333333;} by main.css
    If i turn it off in Firebug, the blue I set in the Theme customization interface appears

    Mehmet S.
    Keymaster

    Link color options are for content links, not for titles. Use custom css to change them.

    – Paste to Theme Options > Style > Custom CSS;

    Title color:

    h1 a { color: #1e73be; }
    

    Title hover color:

    h1 a:hover { color: #749bbf; }
    
    9ilremy
    Participant

    Ok, I was confused about that because the Preview in the Customization interface showed the titles color changing as I was picking the colors.
    I’ll make the changes to the CSS.
    Thank you

    wendywen
    Participant

    Hey Mehmet S,

    I am having the same issues. The customiser changes on my screen, then once saved, they go back to plain black for both titles and menu.

    My client will want to be able to change this without having to use CSS.

    I am a newby and so I can change as above but I don’t want to have to do it all the time.

    Is there a fix for this issue please sir?

    Thanks in advance.
    :)

    Mehmet S.
    Keymaster

    I will fix this on next update.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register