I am able to find the settings to chang the widget title text color, but it seems that the widget content text color is controlled by the "content text" color setting. Where can I change the widget content text color to be something different. It seems like it should be in the stylesheet, but I can not seem to get it to work.
Change Sidebar Widget text color
(4 posts) (2 voices)-
Posted 5 months ago #
-
Add this to child-theme style.css or Custom CSS
.sidebar p { color: #123456; }Pick HEX colour code from http://www.colorpicker.com/
Personal Website prasannasp.net | WordPress Plugins developed by me.
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.Posted 5 months ago # -
Thanks, that seems to be changing the warning_block, but leaving the other widget text as the default color. Some of my other widget contain links, so it looks like I need to also be able to change link colors for just widgets as well. Thoughts.
Posted 5 months ago # -
Okay, this one is to change widget text colour,
.sidebar-wrap, .sidebar-wrap p { color: #FFFFFF; }And this is to change colour of links in widgets
.sidebar-wrap a, .sidebar-wrap p a { color: #FF0000; }UPDATE: Edited this post. Codes were interchanged. :)
Personal Website prasannasp.net | WordPress Plugins developed by me.
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.Posted 5 months ago #
Topic Closed
This topic has been closed to new replies.
