Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995322
    jrc693
    Participant

    Hi,

    I’m trying to achieve consistency with the styling for my footer widgets.

    My site – http://www.watchmemoir.com/

    Changing the global font for the recent posts in widget 2 changes it’s titles font, but does not change the title in widget 3. The font on widget 3 does not change.

    How can I individually change the font and size of text for the titles in widget 2 and 3?

    Thanks for the help!

    #995415
    Joao
    Moderator

    Hi There,

    For Widget 2 please add the following code to your Appereance / Customizer / Custom / CSS

    .x-colophon.top .widget .widget_recent_entries .h-widget {
    
    font-size: 15px;
    
    }
    

    And for the third widget plese try adding this to your Appereance / Customizer / Custom / CSS

    
    .x-colophon .top x-column .x-md .x-1-3 .last .widget widget_text {
    
    font-size: 15px;
    
    }
    

    Hope that helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-995322 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>