Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47969
    Keir
    Participant

    I set my About page to show up in my main sidebar using the Featured Page Widget.

    I have also selected the check box to Move the Image after the Title.

    The problem is that the text for the title is black and my background is also black. How can I change the Title color to white like all the other widget titles?

    Thanks

    #47970
    Keir
    Participant

    Follow up.

    I originally had my theme color scheem set to black. Now that I have changed it to white the title text shows up just fine.

    It would be nice to know how to edit this in case I do change it back to black in the future.

    Thanks
    keir

    #48017
    Sakin
    Keymaster

    @Keir: Thanks for posting the CSS issue. We will fix that in next version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS”

    .widget-area .widget .widget-title a {
    	color: #ddd;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Page Widget (Optional) title color’ is closed to new replies.