• Resolved AdminK-UBM

    (@admink-ubm)


    Just updated Zerif Lite to 1.7.1 on WP 4.1.1 and finally created a Child Theme.

    I’ve pretty much customized the Parent and implemented some successfully into the Child Theme, used Custom Simple CSS in others.

    However, the Nav Bar doesn’t seem to take in the background color customization I did to the Parent: It keeps on going back to Black both on the Home page and the Posts.

    How do I change it to White (or some other color), change the Menu font (depending on color of the background bar) and also increase the font size?

    Thank you in advance for any advice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Even I am looking for help around the same. Let me know if you were able to find solution

    Hello,

    If you want to change background color of nav bar then use this CSS code

    .navbar {
        background: #FFF;
    }

    You can change color value according to your need.

    Thank You

    Hello,
    I am using zerif pro. How can I get the retractable menubar?
    i.e. i have a slider on front page. I want the menubar blended in the background or retractable.
    please help

    Menu>
    sub-menu1
    sub-menu2
    sub-menu3

    also how to reduce block of the menu

    According to this:

    .navbar {
    background: #FFF;
    }

    .navbar {
        font-size: 18px;
    }

    should work too. But I can’t find no way to change the main menu font size. It allways take the 16px default.

    Any clue? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Zerif Lite: Change Black Nav Background and Font Size in Child Theme’ is closed to new replies.