Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #431273

    I would like to remove the borders that are between posts

    I have tried to format that with:

    .footer_color .related_posts.av-related-style-full a {
        border-color: transparent;
    }

    But is not working – any suggestions?

    #431276

    Hi stedia!

    Please add following code to Quick CSS

    .recentcomments, .widget_recent_entries li { border: none !important; }

    Cheers!
    Yigit

    #431281

    Thanks – remains always a struggle to find the right ID for these tweaks :(

    #431288

    Hey!

    If you point out the changes you would like to make, we can gladly try to help you target correct selectors :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.