In Enfold -> Advanced Styling I have customized the H3 Heading to: a larger font than default and Font Weight to Normal.
I have chosen it should only be applied to Main Content and Alternate Content, but it still affects the Font Size and Font Weight of widget titles in the Sidebar Blog widgets and Sidebar Pages widgets, but I want the Widget Titles still to be default style.
In Enfold -> Advanced Styling I can choose not to apply my customizations to Footer and/or Socket, but I am unable to choose Sidebar Blog or Sidebar Pages.
In Enfold -> Advanced Styling I can choose to customize Widget Title, but there is no possibilities to change the Widget Title font size or font weight.
Any suggestions how to get my Widget Titles back to default in my Sidebar Blog and Sidebar Pages, and still have my H3 Headings customized in Main Content and Alternate Content?
Hey BirgitteAlstrom,
use this code inside Quick CSS field:
h3.widgettitle {
font-size: 10px !important;
}
and adjust as needed.
Best regards,
Andy
Thanks, Andy. It worked with this code inside Quick CSS field (because it default also was bold):
h3.widgettitle {
font-size: 16px !important;
font-weight: bold !important;
}
Is there anyway to tell the widgettitle in Quick CSS, that it should just take the default font-size or font-weight instead of having me defining the size etc?
Hi!
Please use following code
h3.widgettitle {
font-size: inherit !important;
}
Best regards,
Yigit
Thanks, Yigit.
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy