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
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
If I put another custom html like button but empty in the MENU? Maybe is a empty line..
About bold: I would only ENG in bold.
So maybe I can add a css in the button.
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
It’s the same. It’s not bold. Check
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
So missed your code. Now is it possible to have a space between ITA or ENG and the other buttons??
Hey,
You can change the code I posted above to the following one:
#top .custom-class { font-weight: bold; margin-bottom: 40px; }
Cheers!
Yigit
Already done.