Home Forums WoodMart support forum Feature rquest-add border options to woodmart options

Feature rquest-add border options to woodmart options

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343375

    peshmerge
    Participant

    Hi,
    First of all thanks for this great theme!
    I would like to suggest the following:
    In Woodmart options –> Styles and colors –> Buttons I miss the option of specifying the border type, thickness and color normally and on hover for the buttons.
    Now I’m doing that using external CSS in style.css, but it would be very nice if I can tweak that from the woodmart options just like other settings.

    Kind regards,
    Peshmerge

    #343438

    Hello,

    Thank you for the warm feedback, if you want to have the same border type, thickness, and color we can provide custom CSS. Let us know if you need help with CSS and your site URL.

    Best Regards

    #343607

    peshmerge
    Participant

    Hi, thanks for you quick reply!
    I have already managed to do that, but I don’t mind having custom CSS from you.

    Cheers,
    Peshmerge

    #343695

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .btn, 
    body .btn.btn-style-bordered{
    	border: 2px solid red!important;
    }
    body .btn:hover, 
    body .btn.btn-style-bordered:hover{
    	border: 2px solid green!important;
    }

    Change the color and thickness as per your needs.

    Best Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)