Okay
  Public Ticket #1623727
Rounded corners
Closed

Comments

  • youngvisual started the conversation

    Is it possible to get rid of the rounded corners?

  •  9,005
    Tahir replied

    Hey Y,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .masonry.material .masonry-blog-item .inner-wrap, .related-posts[data-style="material"] .inner-wrap {
        border-radius: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • youngvisual replied

    Thx! Can I do the same here?

    http://new.re-treated.com/ (see at the bottom, "blog")

  •  9,005
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .blog-recent[data-style="list_featured_first_row"] .featured > img, .blog-recent[data-style="list_featured_first_row"] .featured span.post-featured-img {
        border-radius: 0px !important;
    }

    Thanks


    ThemeNectar Support Team