Loving the theme! Two questions for my website –
1. Can I get custom CSS to remove all borders across the whole site, or set the thickness of the borders to 0?
2. There’s a white line on either side of my Main Banner (which is a “Color Section” with a Parallax Background image). Can these be removed?
Thanks!
Hi tlsdave!
You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove all borders but that may not look like what you pictured in mind :)
body * { border: none !important; }
Cheers!
Yigit
Thanks! 2 more questions –
1. Is it possible to remove the White Lines to either side of my Main Banner? They’re not borders, not sure what they are.
2. How do I remove the Arrow in a circle that appears over a linked image? I tried using the CSS code below, but it didn’t remove it.
.image-overlay {
visibility: hidden;
}
Thanks!
Hey!
1- Can you please post a screenshot and show the lines?
2-Please use following code instead
.image-overlay { display: none !important; }
Regards,
Yigit
Hey!
1- Your image has white border. Please edit your image and remove it from your image.
2- If you do not mind creating a temporary admin login and posting it here privately we can look into it. Code should work fine :)
Regards,
Yigit
Ah, that did it! Both issues fixed.
Thanks so much!