Okay
  Public Ticket #2111068
Round corners
Closed

Comments

  • Lucas started the conversation

    Hey,

    is there any easy way to make round corners for both images and these light gray areas?

    Thanks for the support.

    Best regards,
    Lucas.

  •  675
    Neuron replied

    Hey,

    I am very sorry for the late reply, we were not working on the weekend.

    The selector for that is the following one.

    .wrapper .blog .masonry .selector .post-content {
        border-radius: 10px 10px 10px 10px;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucas replied

    Hey!

    Not problem, hope I'm not being annoying with the questions.
    The code worked in some parts, but there is any way to make it work with the portfolio and gallery element?

    Thanks for the support!

    Kind regards,
    Lucas.

  •  675
    Neuron replied

    Hi Lucas,

    No worries, feel free to ask for anything you need.

    Well, the code was only for the blog, if you want the same in the portfolio add the following selector.

    .portfolio-holder .portfolio-inner .selector .item-holder .item .item-entry_overlay .item-overlay,
    .portfolio-holder .portfolio-inner .selector .item-holder .item .item-entry_overlay a img {
        border-radius: 20px !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.