Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1329257

    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

    #1329281

    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

    #1329359

    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.

    #1329361

    I correct myself.

    Just using the following worked:

    .av-magazine-content-wrap {
    border: 0;
    }

    Thank you!

    #1329419

    Hi,

    Awesome! Glad to know it is working correctly. Please do not hesitate to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Border for Magazine element blog posts’ is closed to new replies.