Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1034929

    Hi.
    I give up :-)
    I have this website : http://hrdigital.dk/ , where if you goto the bottom ( footer ) can see a submenu with this text “Onmodo People Success platform” and Om HR digital – and the menu items below, where the txt size is set to 18px.
    Visit any other page, and see the difference at the footer here !

    The correction on the mainpage is made manually, but I would like it to be the same in all footers on every page.

    I have tried to add this to the css : `nav.main_menu .sub-menu .avia-menu-text {
    font-size:18px !important;
    }`
    But it results in an text size in submenu at the header of the page, but not in the footer :-)

    It must be possible to change this for the footer only, ´but I can´t find the solution.

    Help would be appreciated.

    Kind regards.

    #1034934

    Hey Edsbjerg,
    Please try this code in the General Styling > Quick CSS field:

    #footer ul#menu-main-menu.menu a,#footer .menu-submenu-container a {
    font-size:18px !important;
    font-weight: 400 !important; 
    }

    Please clear your browser cache and check.
    If this fails please try the same code in the WordPress > Customize > Additional CSS field

    Best regards,
    Mike

    #1035319

    Hi Mike.

    It seems to work perfect 😊

    Thanks a million times and for my spared time 😊

    Kind regards

    #1035421

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change size of text at footer ( sub menu ), but not in rest of website’ is closed to new replies.