Okay
  Public Ticket #3084055
Inner Colum Custom Border Radius
Closed

Comments

  •  2
    jocelis started the conversation

    Hello,

    I used Inner Column Custom Border Radius settings Top Left 25px, Top Right 0px, Bottom Right 25px and Bottom Left 0px on all these inner columns.

    Bottom Right 25px doesn't seem to be working.

    Any solutions?

    Regards

    Jo

    Attached files:  Schermafbeelding 2022-07-14 om 10.30.54.png

  •  1,632
    Judith replied

    Hello Jo,

    Thanks for choosing Salient.

    Please send in your admin login credentials so that we can check this out.

    Thanks.

  •   jocelis replied privately
  •  8,394
    Tahir replied

    Hey Again,

    This could be a new issue.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_column.br_br_25px > .vc_column-inner > div[class*="-wrap"] {
        border-bottom-right-radius: 25px !important;
        overflow: hidden;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    jocelis replied

    Hey Tahir,

    This solved my problem! Thanks.

    Regards
    Jo