• Resolved christinas

    (@christinas)


    I cant seem to change the fontsize in the headermenu in costimizr. I want i lager and at the right. All help is appriciated!

Viewing 7 replies - 16 through 22 (of 22 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Using the Custom CSS box in Appearance > Customize inserts the code in the <head> which overrides external stylesheets.

    In addition use !important

    .navbar .nav > li > a {
    font-size: 30px !important;
    }
    .navbar .nav > li > a::first-letter {
    font-size: 30px !important;
    }

    Ive already tried that in custom css an also change grey.css in child theme – it just doesnt work and i dont get it!

    You should not have a “grey.css” in your child theme. Your child theme should have “style.css” only and should include these lines at the top:

    /*
    Theme Name: customizr-child
    Template: customizr
    */
    
    @import url("../customizr/style.css");

    Thread Starter christinas

    (@christinas)

    Hi
    It seemed like some code was double up, when I went trought it and sorted it out it worked fine.

    thank you guys ??

    Thread Starter christinas

    (@christinas)

    andherethewheel

    (@andherethewheel)

    Hi, hope its ok to post on the tail end of this but I have Customizer with menu issues. Not so much the text size its the fact that the menu bar is so massize compared to the appropriately sized text and therefore cuts off the bottom of the main screen. Is there anyway to modify that?

    My site is: https://66.147.244.80/~andheret/ (hidden draft site at present)

    Thanks in advance for any help.

    chappie

    (@chappie)

    I can’t link to it because themesandco seems to be down right now but there are Snippets there to remove the menu box and shading completely — although your problem is caused by the size of your logo, which at 405px deep is pushing everything else down. Try resizing the logo.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Change fontsize in menu in customizer’ is closed to new replies.