Okay
  Public Ticket #1136059
Rounded corners for Boxed Column
Closed

Comments

  •  1
    aliwash started the conversation

    So in Salient Options > General Settings > Styling there is a option to have the Button Styling be "Slightly Rounded".

    I was wondering if you could provide some CSS so that the Boxed Columns have the same rounded corners as the button (ie. "Slightly Rounded" setting). As you can see in the screenshot, the button is rounded, but the Boxed Column it's in is not.

    Thanks!

  •  9,006
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •  1
    aliwash replied

    My setup is on localhost, but I believe this screenshot will give you what you want:

  •  9,006
    Tahir replied

    Hey Again,

    Hope you had a Great Week.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .ascend .col.boxed, .ascend .wpb_column.boxed{
        border-radius:10px !important
    }

    Thanks


    ThemeNectar Support Team