Tagged: color section
Hi there,
I’d like to make a color section a specific heights, but when I specify the height in pixels in the color section’s settings it doesn’t seem to affect the height. Can you help? Site link below – you must log in to see in-process the front page. I’m running a “coming soon” plugin that masks the website, showing only a splash page. Thanks!
Hi Rikard,
I’d like to make the top color section on each page thinner (25px). Thanks!
Hi,
Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and choose to display no padding and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id {
min-height: auto;
}
Best regards,
Yigit
perfect, thanks! You can mark this as solved.