-
AuthorPosts
-
May 21, 2017 at 4:08 am #797136
Hello,
I am using Enfold theme and I have added a color section using the Avia Layout Builder. The background of my color section is white and I have chosen no padding and no border styling, however there is still a very thin visible line that separates the bottom of the color section from the next section below it.
What can I do to remove that very thin line at the bottom of the color section?
Thank you!May 21, 2017 at 7:48 am #797162Hey mbellush,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-955 #after_section_1 { border-top-width: 0 !important; }Best regards,
RikardMay 22, 2017 at 12:56 am #797339Thanks for your response, I added that code in the Quick CSS and it doesn’t seem to work.
May 22, 2017 at 1:01 am #797341I’m also going to have this same issue on all the other pages of my site. If the solution is using CSS code with page-id, how do I find the page ID for every page?
May 22, 2017 at 5:58 am #797383Hi,
If you want the CSS to apply everywhere then you can try this instead:
#after_section_1 { border-top-width: 0 !important; }If you want it to apply to only certain pages then you can inspect the page in question in your browser, you can find the page ID class in the body tag of each page.
Best regards,
RikardMay 22, 2017 at 4:45 pm #797762I applied that css. There is still a thin line that separates that section from the rest of the page.
May 22, 2017 at 5:39 pm #797813Hi,
Please try adding this code as well:
#after_section_1.container_wrap {border-top: none !important;}Best regards,
SarahMay 23, 2017 at 11:13 pm #798569I added that CSS as well. There is still a thin line that separates the sections.
It is easier to see on a mobile device or tablet.May 24, 2017 at 7:39 am #798743Hi,
The CSS is working when I check it in the browser, do you have any caching plugin or CDN active? If so then please try clearing the cache/disable them.
Best regards,
RikardJuly 4, 2019 at 12:52 am #1115607I’d like to add a small…maybe 10px white border between sections?
Bob
July 4, 2019 at 9:31 am #1115684 -
AuthorPosts
- You must be logged in to reply to this topic.
