Dear Kriesi team,
I have two questions:
1. how can I change the font size and line spacing on the “Menu links page overlay” – the maximum font size is 120 px, the minimum line spacing is 0.7em; I would like to be able to vary the sizes individually.
2. I have a modified lightbox: it is modified so that I can display websites there. I want to keep it that way. I just want the lightbox to be fixed and not scroll when the content is scrolled inside.
Can you please help me with this, do you have any ideas on how I can do this?
I have included a private link to my website below!
Best regards
Hey luleloki,
Sorry for the late reply.
1. You would have to target each element using custom CSS. If you need help with that then please try to explain your intentions a bit further.
2. I’m not sure if that is possible, but this is general web development problem and not something theme specific. You might have better luck simply searching for it online, or ask the question on a general web development forum instead.
Best regards,
Rikard
Hi,
If you want the font to be 200px and the menu items closer and to the left, try this CSS in your <strong style=’color:#000′>Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #av-burger-menu-ul {
text-align: left;
padding-left: 20px !important;
}
.html_av-overlay-full #av-burger-menu-ul li {
padding: 10px;
}
#top #wrap_all #av-burger-menu-ul li {
font-size: 200px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
thanks for your help, it worked well.
Best regards
Lokman
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike