badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Corners of frontpage elements

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81794
    rebelsnotes
    Participant

    Hi there,

    I have been using Newscard for some time now and love the functionality of the theme. Thank you for that.

    However, I wonder if you can help me with something small. Today I added css to have rounded corners on all images, including those on the front page widgets. I had my background color set to light grey so the elements on the front page pop, but now with the rounded corners on the images, it shows a tiny white triangle of the white behind the image.

    Can you help me with a css code to change that?

    Thanks a lot and kind regards,
    Marie

    #81861

    Hi rebelsnotes,

    Please remove the code you have added for rounder corner and copy the below Custom CSS code and paste it to ‘Additional CSS’ field.

    .post-block,
    .post-boxed,
    .post-boxed.inlined .post-img-wrap,
    .post,
    .hentry,
    .type-attachment,
    .navigation.post-navigation .nav-links,
    .comments-area,
    .site-content .widget,
    .site-footer .widget {
    	border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	overflow: hidden;
    }

    If you want to increase the rounded corner then you can simply do by replacing the digit ‘8’ with your desired one.

    Thanks

    #81874
    rebelsnotes
    Participant

    Oh thank you so much for this, it worked perfectly, and looks even better than I could’ve imagined!

    Kind regards,
    Marie

    #81937

    Welcome rebelsnotes,

    Please let us not if you have any queries regarding the Theme.

    Thanks

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