Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #246344

    hi, I’m trying to increase the font size in my left navigation side bar – it’s hard to tell the difference between the levels of menu… what is a menu item and a sub menu item as they pretty much look the same.
    the test site is at: http://bermaguigroup.com/testbermagui/projects/dept-of-defence/asraam-missile-testing-facility/
    thx

    #246417

    Hey sarahed!

    Thank you for using the support forum!

    I checked the link but I don’t see the sidebar menu. If you’re using the custom menu, you can use this:

    .sidebar .menu-main-menu-container > ul > li a {
    font-size: 16px;
    }
    
    .sidebar .menu-main-menu-container > ul > li ul.sub-menu li a {
    font-size: 12px;
    }

    The first declaration is for the parent menu and the second one is for the sub menus.

    Best regards,
    Ismael

    #246508

    thanks Ismaiel, I’ll try the above…. sorry the sidebar menu changed in the interim today – I couldn’t work it out so had to try another solution – with individual widget sidebar menus – which again I”m not happy with the styling…. any ideas for changing those?
    thanks!

    #246951

    Hi Ismael,
    I am a beginner so that’s not easy to understand your answer decause of the shortcuts ;-)
    What is the name of the file where writting the code ? what kind of tool should I use to modify the file ?
    Is there a easy to use pluggin in wordpress to change fonts (size and appearance) adapted to Enfold ?

    Thank you very much for your help !

    Pierre-Alexandre

    #247074

    Hey there,

    I’m sorry if I didn’t point you to the right direction. You can add the code on Enfold > Styling > Quick CSS field or if you have an ftp access, add it on wp-content > themes > enfold > css > custom.css file.

    Thank you for using the support forum! If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.

    Cheers!
    Ismael

    #248098

    Hi Ismael,
    Thanks a lot for these explanations. I’ll try this soon !
    Bye

    PA

    #248424

    Hi!

    Please try and let us know so we can mark the thread as resolved or assist you further

    Regards,
    Yigit

    #248572

    yes, all resolved – thanks very much, your help was spot on.Please mark the thread as resolved.. :)

    regards
    sarah

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘changing font size in side bar menu’ is closed to new replies.