Twenty Twelve widget area caption color
-
Hi all:
With my child theme of 2012, I’m trying to isolate the widget area caption to change font color and alignment. I know that I can change the font color by a change to the following (sorry, site is still on local testing server – no link):
body {
font-size: 14px;
font-size: 1rem;
font-family: Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
color: #444;
}That, unfortunately, also changes the text color of all posts and pages. Is there a way / place to isolate the caption of the widget area to put in my child theme’s style that can change color and alignment without changing the main body color? I tried inserting the following in the .widget-area .widget ul ul (lines 1373ff 2012 style)
color: #1d2075 !important;
text-align: center !important;No joy on that. Any ideas appreciated!
Thanks,
RP Sellers
- The topic ‘Twenty Twelve widget area caption color’ is closed to new replies.