Widget title issue

Support Area Forums Agency Widget title issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://thamesyc.org
  • Author
    Posts
  • #19781
    Tim Appleton
    Participant

    Weird, but the Facebook widget text color is not white, as the other widgets are, making the “Follow Us On Facebook” widget title difficult to see. Is there a way to make that specific title similar to the other widgets so it can be viewed properly? Thanks.

    #19782
    Bill Robbins
    Moderator

    It looks like that widget has a link in its title so it’s picking up the link color that’s set for other places. Here’s how you can set it to white too:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .widget-title a,
      .widget-title a:visited {
      	color: #fff;
      }
      
    3. Update your settings.

    See how that works for you Tim.

    Have a good day,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget title issue’ is closed to new replies.