Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1162678

    Hi,

    Where can I change the size of the font main menu?
    It gets bigger with the mouseover

    Main menu sublevel Links is 17 px
    Main menu Links is 17px, this remains small

    Maybe I should do that in the css?
    What is the code then?

    Please take a look: http://maastrichtvooriedereen.nl.transurl.nl/wie-zijn-wij/wat-doen-wij/

    Hope to hear from you soon.
    Regards Tom

    #1162726

    The rule of the hover state with font-size comes from:

    #top #header .av-main-nav > li:hover > a {
    	color: #ffffff;
    	background-color: #d54238;
    	font-size: 17px;
    }

    and maybe it is set in the “Advanced Styling”

    #1162807

    Hi,

    Thanks for helping out @guenni007, did that answer your question @bishtan? If not then please try to explain your problem a bit further and post admin login details to your site in private.

    Best regards,
    Rikard

    #1162938

    Hello Rikard,

    Unfortunately it doesn’t work yet.
    Only works with the mouseover. But I also want the letter in the main menu to get bigger.
    If I uncheck “Apply only to mouse-hover”, the letter becomes larger, but the mouseover no longer works and everything stays red

    Please take a look and see what happens: http://maastrichtvooriedereen.nl.transurl.nl/wie-zijn-wij/wat-doen-wij/
    I sent you admin login details.

    Another question.
    Can the social icons be made larger. The site is for people with disabilities.

    Regards Tom

    • This reply was modified 4 years, 11 months ago by tom.
    #1163187

    Hi bishstan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav > li > a {
    	font-size: 17px;
    }
    #top .social_bookmarks li a {
        font-size: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1163338

    Hello Victoria,

    It works well now.

    This is not a standard option to be set in the template enfold?
    You can set so much, except for this.

    Regards Tom

    #1163370

    Hey,

    I deleted following custom CSS code from Quick CSS field, added “Hoofdmenu Links” in Advanced Styling tab and chose 17px as font size

    #top #header .av-main-nav > li > a {
    	font-size: 17px;
    }

    In first element you added in Advanced Styling “Alleen toepassen bij muis-hover” was checked so it was being applied only on hover state.

    Please review your website :)

    Best regards,
    Yigit

    #1163831

    Hi Yigit,

    I did that in the first place, set the “hoofdmenu Links to 17px.
    But, when I uncheck “Alleen toepassen bij muis-hover”, the letter becomes larger, but the background color stays red (so there was no mouseover to see).

    But it works fine now.
    Thanks.

    #1163873

    Hi bishstan,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1166085

    Hello Victoria

    It works now, but I see that “Main Menu Links” shows 2x in advanced styling. If I remove one, it doesn’t work anymore.
    Why is that and why can’t I do it in the same (one) block?
    Please take a look yourself.

    Hope to hear from you
    Regards Tom

    #1166229

    Hi Tom,

    One instance is for the hover state and the other one for normal, so you need both of them.

    Best regards,
    Rikard

    #1166835

    Hello Rikard,

    I learn something new every day, thanks.
    Regards Tom

    #1166861

    Hi,

    Glad we could help Tom! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Where can I change the size of the font main menu’ is closed to new replies.