Can anyone tell my why a grey line is appearing when I insert a color section with a repeating pattern on this site:
dev.cabra.ca
Hi,
To specify that TJ is pertaining to, please see if the Section Top Border Styling is set to “Display a simple 1px top border”. If so, please change it to “No border styling”.
I hope that helps!
Best regards,
Sarah
haha,
oh yeah i forgot to highlight the checkbox on the image! #fail
TJ
Thanks. I have no border styling set on both top and bottom border styles.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home #after_section_2 {
border-top: none;
}
Best regards,
Yigit
Thanks but that CSS didnt work for me. Also, its on all the pages, not just the home page but anywhere I have a slider with the horizontal yellow repeating bars which I think is all of them so far.
Hi,
Do you have a caching plugin in your server or in WordPress? Please try clear your cache so that the changes take effect.
If you would like Yigit’s code to affect the whole site, please use this code instead:
#after_section_2 {
border-top: none !important;
}
Best regards,
Sarah
Thanks but clearing the cache didnt work either with this code and I dont have a caching plugin on the site.
Hi,
The class .container_wrap within the ID #coloursectionpadding has a bottom border of 1px
Try…
#coloursectionpadding .container_wrap {border:none!important;}
and see if that clears it
Let us know if it works
TJ
Actually, I tried Sarah’s code again and it worked!
I must have missed copying something over the first time.
Thanks!!
That’s great to hear! :) We’ll close this thread now. Let us know here in the forums in you need further help!
@tjswarbs78, thank you as usual for helping out!
Best regards,
Sarah