Tagged: color section, enfold
Hi,
in this page (private content) I need to add to specific color sections a padding-top:10px (not to all the color sections).
How can I do this?
Thanks,
Rosa
Hi Rosa!
Please edit your color section and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS
#your-custom-id .content { padding-top: 10px; }
Regards,
Yigit
You rock as usual!
your suggestion works!