Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1420271

    Hi, hot to have space between the logo and the first button (ENG)?
    Is it possible to set a bold font into a MENU?
    Thanks

    #1420276

    Hello,

    hot to have space between the logo and the first button (ENG)?

    There isn’t an option for that in Enfold. You’re going to need to use custom CSS.

    Is it possible to set a bold font into a MENU?

    Please go to Enfold theme options > Advanced Styling, edit the Menu Links in overlay/slide out, and set the Font Weight to Bold ( https://i.imgur.com/a4NwjJb.png ).

    Best regards,
    Yigit

    #1420287

    If I put another custom html like button but empty in the MENU? Maybe is a empty line..

    #1420288

    About bold: I would only ENG in bold.
    So maybe I can add a css in the button.

    #1420449

    Hello,

    You can go to Appearance > Menus, click the Screen Option on the top right corner, and check the CSS Classes option ( https://i.imgur.com/2d9bwAS.png ). Then, you can select your ENG menu item, give it a custom CSS class ( https://i.imgur.com/okZdq6l.png ), and add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling to display it in bold:

    
    #top .custom-class { font-weight: bold; }
    

    Best regards,
    Yigit

    #1420458

    It’s the same. It’s not bold. Check

    #1420615

    Hey,

    That is because you inserted the custom CSS code into the custom CSS field. You should insert the custom CSS class in there, as I showed in the screenshot: https://i.imgur.com/okZdq6l.png.

    After that, you should add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling:

    
    #top .custom-class { font-weight: bold; }
    

    Regards,
    Yigit

    #1420618

    So missed your code. Now is it possible to have a space between ITA or ENG and the other buttons??

    #1420783

    Hey,

    You can change the code I posted above to the following one:

    
    #top .custom-class { font-weight: bold; margin-bottom: 40px; }
    

    Cheers!
    Yigit

    #1420793

    Already done.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Burger overlay’ is closed to new replies.