Hi! i will like to know where can i find the Enfold ccs stylesheet, so i can access from the file from a ftp.
thank you!
Hi Amaya2010!
Yes, please go to wp-content/themes/enfold/css folder and you can find CSS files there :)
Cheers!
Yigit
Hi Yigit, thank you, i found it, can you help me with code please, im trying to change the Height in my right sidebar, because i see way to much space between the contact us, the Proud member logo and Locations:
http://westboundmedia.com/branding/
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.sidebar .widget {
padding: 15px 0 30px 0;
}
Adjust the value 15 to your liking.
Regards,
Rikard
Perfect Rikard! it work thank you! :)
I will like to know how can I add grey thins lines to the submenu:
http://westboundmedia.com
Hey!
Add this to your custom CSS.
#avia-menu .sub-menu li {
border-bottom: 1px solid #e1e1e1;
}
Regards,
Elliott
wow! awesome Elliot! looks great! thank you :)