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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .site-header,
    .main-navigation,
    .woocommerce-active .site-header .site-header-cart {
        padding: 0;
    }
    
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a,
    .site-header-cart .cart-contents {
        padding-bottom: 1em;
    }

    Thread Starter webjunkiecreative

    (@webjunkiecreative)

    Amazing, this worked perfectly.

    Thank you so much.

    Do you happen to know how to change the Menu font and take off bold?

    Again thank you.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you open a thread in your theme’s support forum about that: https://ww.wp.xz.cn/support/theme/storefront#postform

    Thread Starter webjunkiecreative

    (@webjunkiecreative)

    No problem, thanks again

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help with header section’ is closed to new replies.