Button styling

Hi,

I would like to edit radius of my button to 0px but I can't figure out how. I read on this forum that radius for buttons cannot be changed with shortcodes. 

Therefore I tried to upload the following css into theme option/custom css:

.btn {
border-radius:0px !important;
}

This is however not working for me. 

Also I wanted to add hover background with css, as that's also not possible with shorcode

btn:hover {
background: transparent !important;
                  border:2px solid white  !important;
}

Unfortunately this is also not working for me.

Could you please help me
thanks

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co

    thanks
Sign In or Register to comment.