Okay
  Public Ticket #3357756
Rounded corners in
Closed

Comments

  •  16
    vibekekelway1 started the conversation

    Hi there,

    I hope you can help me. I showcase my portfolio with a post grid - portfolio. 

    However, the edges on each portfolio item are rounded, and I would like them to be square. 

    Can you help, please?

    Thanks in advance

    Vibeke

  •  1,877
    Judith replied

    Hi Vibeke,

    Thanks for writing to us.

    Please try this css:

    [data-style="content_under_image"] .nectar-post-grid[data-border-radius="10px"] .nectar-post-grid-item__has-secondary .nectar-post-grid-item-bg, [data-style="content_under_image"] .nectar-post-grid[data-border-radius="10px"]:not([data-card="yes"]) .nectar-post-grid-item-bg-wrap, [data-style="content_under_image"] .nectar-post-grid[data-border-radius="10px"][data-lock-aspect="yes"]:not([data-card="yes"]) .img-wrap, [data-style="content_under_image"] .nectar-post-grid[data-border-radius="10px"][data-card="yes"] .nectar-post-grid-item, [data-style="content_under_image"] .nectar-post-grid[data-border-radius="10px"][data-shadow-hover="yes"][data-card="yes"] .nectar-post-grid-item:after {
        border-radius: 0px;
    }

    Thanks.

  •  16
    vibekekelway1 replied

    Hi Judith :)

    Thank you for your response - it semi-works... The bottom of the image has squared corners, but the top is still rounded. (Attached image)

    Any ideas?

    Thanks,

    Vibeke :)

    Attached files:  Skærmbillede 2023-04-27 kl. 10.38.31.png

  •  1,877
    Judith replied

    Hi Vibeke,

    Please add this css:

    .nectar-post-grid[data-border-radius="10px"][data-text-layout="all_bottom_left_shadow"] .nectar-post-grid-item:before, .nectar-post-grid[data-border-radius="10px"] .nectar-post-grid-item .inner, .nectar-post-grid[data-border-radius="10px"] .bg-overlay, [data-style="mouse_follow_image"] .nectar-post-grid[data-border-radius="10px"] .nectar-post-grid-item-bg-wrap-inner {
        border-radius: 0;
    }

    Thanks.

  •  16
    vibekekelway1 replied

    You're a star, Judith :)

    That works. Thank you so much.

    /Vibeke