Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27776

    Hello – I added a sidebar background color in the custom css and now I need to change the headings, links and text color to black. I have been in firebug trying to find the right spot but I can’t seem to get it…….can you help…..?

    Here’s a link to the staging site interior page: http://bea.avmhost.com/about-us/

    #135330

    Hi,

    You can use this:

    .main_color h3.widgettitle {
    color: black;
    }

    .main_color .sidebar a, .main_color .news-time {
    color: black;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Different color for Sidebar headings , links, text’ is closed to new replies.