Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello kidsreadingtree,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder


    .nav::before, .nav::after {
    display:none;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter kidsreadingtree

    (@kidsreadingtree)

    Thanks, tried it in Additional CSS but it didn’t work, put it into Child Theme stlyle.css file and still did nothing.

    Try adjust the menu link padding. Use such custom CSS:

    .nav a {padding: 14px 10px;}

    Adjust the number to best suit your preference.

    How can I get rid of the nav bar color to make it transparent and change the nav menu font?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘navigation bar’ is closed to new replies.