I’m trying to remove the black lines around each section on this page https://untamedtallow.com/pages/ingredients
Any help is greatly appreciated!
I’m trying to remove the black lines around each section on this page https://untamedtallow.com/pages/ingredients
Any help is greatly appreciated!
@untamedtallow Go to assets/collapsible-content.css and paste below css at bottom of file.
.collapsible-content
{
border: 0px !important;
}
Hi, @untamedtallow if you want to remove the border from all pages you can use the code provided by @DelightCart . Here is another suggestion for you, the last day you ask for text-shadow on this page. the code that you add last day has an error.
on the file “section-image-banner.css” line number 400 remove the double quotations (") around the values.
Please add below css code in bottom of assets/base.css file
.collapsible-content {
border: 0;
}
Thank you.
Thank you! This fixed everything!