Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #745024

    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;
    }

    • This topic was modified 7 years, 9 months ago by riskagency.
    #745029

    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

    #745032

    Hi

    Thank you for a quick response. However unfortunately that hasn’t done anything

    Huan

    #745033

    Any Ideas?

    #745086

    Hi!

    If you comvert it to

    .widgettitle { font-size: 20px !important; }

    does it work?
    Let us know

    Regards,
    Basilis

    #745158

    Great, thankyou!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem changing font size in widget titles’ is closed to new replies.