• Resolved capefox

    (@capefoxx)


    Good day – How can one change the shape of the CrazyPills buttons from oval to rectangle?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author shazdeh

    (@shazdeh)

    This can be achieved with custom CSS code. Go to Appearance > Customize and in the Custom CSS box add:

    
    .cp_button { border-radius: 4px !important; }
    

    Then you can adjust the value.

    Thread Starter capefox

    (@capefoxx)

    Thank you, shazdeh!

    Thread Starter capefox

    (@capefoxx)

    Hello again, shazdeh – I added the CSS with the value 1px to make the buttons rectangular. However, they only become rectangular when you click on them; as soon as you click somewhere else, they revert to oval shape. How can I make the buttons permanently rectangular?

    Is there any chance of a plugin update? The plugin “hasn’t been updated in over a year”.

    Plugin Author shazdeh

    (@shazdeh)

    Probably some styling from the theme I guess? Is your website publicly accessible? I can check it out, give you the CSS to override that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change button shape from Oval to Rectangle?’ is closed to new replies.