Okay
  Public Ticket #3210235
Border radius off canvas menu
Closed

Comments

  • contacto85 started the conversation

    Hi! do you think it would be possible make the border radius of the page in the off canvas mode, like, 10px?

    Is that possible?

    The attachment is showing what I want the off canvas look like :)

    Attached files:  border-radius.jpg

  •  8,342
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,342
    Tahir replied

    Hey Again,

    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):

    .ocm-effect-wrap {
        border-radius: 20px !important;
    }

    Thanks


    ThemeNectar Support Team