Comments 2Bobbi-Jo started the conversationJanuary 28, 2017 at 1:24amHi there,In the widgetised footer area, I want to edit the class for "widget-title". Example: <h3 class="widget-title">Contact Us</h3>Where can I find the class? I'm not locating it in style.css.Thanks! 7,092Oliver repliedJanuary 30, 2017 at 2:37pmHI!Sorry, you need to change font size of it?Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2Bobbi-Jo repliedJanuary 30, 2017 at 4:00pmI want to see the CSS style for the font face and font size so I can replicate it in some custom CSS I'm writing. Also, I want to change the triangle icon to the left of the title. Please provide the file name and file location of the CSS. 7,092Oliver repliedJanuary 30, 2017 at 6:36pmThe widget title generates in the /wp-content/themes/thegem/functions.php thegem_sidebar_initline 182In any case you can control it's color and font-size with next css: #colophon h3.widget-title { color: #000; font-size: 22px !important; } #colophon .widget-title:after { color: #999; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2Bobbi-Jo repliedJanuary 30, 2017 at 8:22pmThanks. That helps. Can you tell me the title font-face and where to edit that? 7,092Oliver repliedJanuary 31, 2017 at 12:39pmHI!You can change it in theme options. (Attach)Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi there,
In the widgetised footer area, I want to edit the class for "widget-title". Example: <h3 class="widget-title">Contact Us</h3>
Where can I find the class? I'm not locating it in style.css.
Thanks!
HI!
Sorry, you need to change font size of it?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I want to see the CSS style for the font face and font size so I can replicate it in some custom CSS I'm writing. Also, I want to change the triangle icon to the left of the title. Please provide the file name and file location of the CSS.
The widget title generates in the
/wp-content/themes/thegem/functions.php
line 182
In any case you can control it's color and font-size with next css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks. That helps. Can you tell me the title font-face and where to edit that?
HI!
You can change it in theme options. (Attach)
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver