• Resolved bessardv

    (@bessardv)


    Hello everyone,

    I have the Flatsome theme installed on WordPress. 

    I would like all my site buttons to have a thin black border. 

    Which custom CSS code should I add to my theme? 

    Thanks a lot for your help and best regards. 

    Veronique

    • This topic was modified 1 year, 5 months ago by bessardv.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS option and then add that below code

    .button{
       border: 2px solid black;
    }

    If not work please remove and add this one

    .button{
       border: 2px solid black !important;
    }
    Thread Starter bessardv

    (@bessardv)

    Thanks everyone for your help. I was able to add the black border to all buttons. Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border around buttons’ is closed to new replies.