Okay
  Public Ticket #1688909
footer
Closed

Comments

  • Azila started the conversation

    Hi,

    How to make the font size in footer area smaller? The font size in red box must be same size with the contact information. Refer attachment. Thank you.

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .widget ul.nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li .post-title {
        font-size: 15px !important;
    }
    #footer-outer .widget.widget_nav_menu li a {
        font-size: 15px !important;
    }

    Thanks


    ThemeNectar Support Team