Hi
I have some small white line above and below the banner image on the slider and again under the main menu. How can I remove them?
James
Hey James,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top.html_bottom_nav_header #header_main {
border: none;
}
Best regards,
Yigit
Perfect Thanks!!
How can I reduce the height of the bar in section 1 under the banner to just fir over the text that says ”energy saving with hight quality product results”?
Thanks
James
Hi James,
I can see the element you are referring to, though I’m not sure exactly what you would like to change. Could you try to explain a bit further please?
Best regards,
Rikard
Hi Rikard
This issue has been resolved.
Many Thanks
James
Hi Rikard
Sorry forgot to mention, the second comment on my post ”How can I reduce the height of the bar in section 1 under the banner to just fir over the text that says ”energy saving with hight quality product results”?
The height of the bar is at its minimum and I want to try reduce even smaller.How can I do this ? the bar under the banner which says ””energy saving with high quality product results”?
Thanks
James
Hi James,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.flex_cell.avia-builder-el-4.avia-builder-el-first,
.flex_cell.avia-builder-el-5.avia-builder-el-last {
padding: 0px;
height: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria