• I need to change the color of the widget sidebar titles from that awful aqua to something that actually matches the color scheme of my theme but I cannot find it in any of the Theme css nor anywhere else for that matter. I can find it using Firebug or inspect but don’t know how to use that to give me the actual file it’s in. On the right side Style section of firebug it indicates it’s at mydomain.com #5 (line 151) whatever that means but nothing that I can see beyond that. I can’t publish this site with that awful color title and am desperate for help.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    To change the color of your widget sidebar titles try this

    aside .widget-title {
        color: green;
    }

    The aside tag is for targeting only the widget titles in your sidebar

    A link to your site would let us help you in a beter way 😉

    SYA

    Thread Starter Matthew

    (@revdarkwing)

    Sorry, Here is the site
    http://quitsmokingin88minutes.com/

    I appreciate the code.. but where do I paste it? In the style.css or somewhere else?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Finding CSS for Sidebar Widget Tltles’ is closed to new replies.