Hi,
I purchased Enfold yesterday and I am a beginner with no coding experience.
I was expecting to access most settings without having to code but I am confronted with these problems:
1. Full Width Easy Slider:
I would like to set captions precisely on each images and each page.
I used a theme called Tesseract before Enfold. I could set up padding and margin on each element with a simple interface without coding.
Is there a free plugin that could add this kind of function to Enfold?
2. Header:
Similarly, I need to set up a different Header font color on certain pages.
Is there a way/plugin to do that without coding?
Thank you
Hey!
Thank you for choosing Enfold!
1- You can adjust the positioning of captions using a more advanced slider such as LayerSlider which is included in Enfold. Also, you can post a screenshot and show how you would like to position your captions (you can upload your screenshots on imgur.com or Dropbox public folder and post the links here) and a link to your page so we can provide you custom CSS code.
2- Please edit your pages and add Code Block element into the ones where you would like to display menu in different color and add following code inside that color section
<style>.avia-menu-text {
color: red;
}</style>
Best regards,
Yigit