Hi,
I searched the forum, but didn´t find the answer.
I would like to change the letter-spacing of the menu titles and the font/font colour etc.
Then I use the large header with logo left and menu right, which puts the menu vertically about to the middle of the logo. How can I move the menu a little down to the baseline of the logo?
Can anyone please help?
Neo.
Hey advocatusneo!
Can you post the link to your website so we can take a look?
Cheers!
Yigit
…the website is offline.
Can´t you please give advice in how to move the menu vertically and how to change the letter-spacing etc. in the menu without looking at the website?
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-main-nav > li > a { letter-spacing: 4px; line-height: 120px!important; }
.av-main-nav > li > a { color: red !important; }
.av-main-nav > li > a:hover { color: orange !important; }
Best regards,
Yigit
Thank you Yigit, that works fine.
Neo.