Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to use either a Child Theme or Custom Style/CSS plugin when modifying themes not custom, otherwise your changes will be lost once the theme updates.

    Thread Starter anik424

    (@anik424)

    Can you please tell me what I need to edit in style.css file?? I just want to reduce font size of my navigation bar. So I think I just only need to reduce “font-size” parameter for navigation bar. I am confused which line need to change..
    my site: http://mywindows.in

    Theme Author Catch Themes

    (@catchthemes)

    Hi anik424,

    You can just add the following css in your “Appearance -> Theme Options->Custom CSS Styles” box. Here is the direct link to your theme option page http://mywindows.in/wp-admin/themes.php?page=theme_options to add the css.
    #branding ul.menu {
    font-size: 12px; /* Change the font size as per your need */
    }

    You don’t need to use Custom Style/CSs plugin as we have Custom CSS Styles box where you can add css you like and yes, if you are doing lot of customization then creating child theme is best option.

    Regards,
    Sakin

    Thread Starter anik424

    (@anik424)

    Thnx @ Sakin

    Problem Solved..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Catch Box] How to reduce font size in primary navigation bar?’ is closed to new replies.