Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #81681
    Bandit
    Member

    I try to change font-size on the menu, but it also changes size of all other text which I don’t want to. I change the code that’s on line 255 – 262 on the original style.css but on my childtheme it on other place but the code says:

    body,
    button,
    input,
    select,
    textarea {
    	font-size: 15px; /*SID OCH MENY TEXT*/
    	font-size: 1.5rem;
    }

    I have tried to make a copy of the code and change but it stil changes both. How shall I do? Thanks

    #81685
    Pratik
    Keymaster

    Hi @Bandit,
    Do not edit the core css files. We have given a feature Custom CSS for changing any custom CSS.
    It would be better if you could have given your site link but I think following code will work.

    Goto Appearance=> Customize=> Theme Options=> Custom CSS and add following code:

    
    #access {
        font-size: 20px;
    }
    

    Then click on Save & Publish button.

    You can increase or decrease 20px to have same effect on the display.

    Let me know if this solves your issue or not. If it does not, please post in your site url.

    #81688
    Bandit
    Member

    I haven’t touch the core file I just looked where the code line was there because I have a childtheme and the lines for the code isn’t the same. I’ll test that code and see if it works. Thanx

    #81689
    Bandit
    Member

    I looked in to that code it worked but on wrong menu, I have the secondary as my primary because I have a banner and I want the menu below it.

    #81690
    Pratik
    Keymaster

    Hi @Bandit,
    Please try following code:

    
    #secondary-menu {
        font-size: 20px;
    }
    

    Again, pleas post in your site url if this does not work.

    #81691
    Bandit
    Member

    It worked just fine, but I changed the font type so it looks good anyway, but thanks I shall save this if I remake my site. The adress is: http://www.mickesei.se

    #81695
    Pratik
    Keymaster

    Hi @Bandit,
    I am glad that the it worked out for you. Let us know if you have any more problem.

    I would be great if you could give this theme a review here.

    Thanks,
    Pratik

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu issue’ is closed to new replies.