Hello,
I cannot seem to find the specific css class to get rid of the border below the blog post titles for the magazine layout. See link for screenshot.
https://drive.google.com/file/d/1uGN_PW2_NAoe3rlhYW1_bGjcHews2Jyh/view?usp=sharing
Thanks.
Denis
Hey denisbenoit1981,
Thank you for the inquiry.
You can use this css code to remove the border below the magazine items.
.av-magazine .av-magazine-no-thumb .av-magazine-content-wrap {
border: 0;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hello Ismael,
Unfortunately, the code above did not work. I tried many variations, including adding 0px, none, !important, and I did disable the file compression settings after adding the code.
If you have another suggestion that would be great.
Thank you.
I correct myself.
Just using the following worked:
.av-magazine-content-wrap {
border: 0;
}
Thank you!