Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Go to Customize > General Options > Theme Button and customize it as per your need.

    Thread Starter sohailspot

    (@sohailspot)

    There is no option for border, but border radius, color, background color, hover color and no border enable or border only option.

    And now???

    • This reply was modified 7 years, 1 month ago by sohailspot.
    • This reply was modified 7 years, 1 month ago by sohailspot.

    Try to add the below code to the Customize > Custom CSS section and check it works or not –

    button.button {
        background-color: transparent !important;
        border: 1px solid #00dfe2;
        color: #00dfe2;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to default button with border only?’ is closed to new replies.