• Resolved cchestnut

    (@cchestnut)


    I wasn’t sure if I should post this here or in the widget support, but here goes:

    I’ve been making some adjustments to our site – https://www.dillonheraldonline.com – and one of the things I wanted to do was change the appearance of the widgets. I’m using the Magazine Basic theme, and I was easily able to alter how they appeared…with the exception of the RSS Feed widget. The background, borders, etc., reflected the changes I made to the style.css file. But the color of the text in the header stubbornly refuses to conform. I’m thinking it may be because of the image in the header, but I have no idea how to work around that.

    Anyone have any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding:

    .side-widget h2 {color:#fff;}

    to the bottom of style.css

    Thread Starter cchestnut

    (@cchestnut)

    I actually had that coded already and it was working for the other widgets. Someone I work with had suggested that it might be because it was a link, and so I started snooping through the code for an example of the link font and sure enough, that seems to be what was causing it. The code looks almost identical to what you suggested:

    `.side-widget h2 a { color:#fff; }’

    Thanks for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Font Colors in RSS Feed Widget’ is closed to new replies.