Hi,
I am having problems changing the font size in the widget titles for the following website: http://www.buildup.org.uk/
I’ve tried using the quick CSS code as advised on here, however the code is no longer responsive and I cant change the size
I currently have the below code in my quick CSS
Thankyou
.header_color .main_menu ul:first-child > li > a { font-family: “open sans”, sans-serif; font-size: 15px!important; font-weight: 300!important; font-style: normal!important; }
#top #wrap_all #footer .flex_column p{
font-size: 13px !important;
}
#footer .widget {
margin: 0;
}
#footer {
padding: 10px 0 0px 0;
}
#top div .avia-gallery img {
padding: 4px;
border: none;
}
.my-highlighted-text { background: rgba(0, 0, 0, 0.5) !important;padding: 0px !important; }
.my-highlighted-text {
padding: 0 5px!important;
}
#landing .container .content {
vertical-align !important: bottom !important;
}
Hey riskagency,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widgettitle { font-size: 20px; }
Best regards,
Yigit
Hi
Thank you for a quick response. However unfortunately that hasn’t done anything
Huan
Any Ideas?
Hi!
If you comvert it to
.widgettitle { font-size: 20px !important; }
does it work?
Let us know
Regards,
Basilis
Great, thankyou!!