Widget and buttons without rounded corners

  • patrick48

    #5900

    Hey guys,

    My widgets and my read more buttons have rounded corners.

    I don’t want the round shape. How can I have angular shaped buttons/widgets?

    graphene.jpg

    Anonymous

    #31386

    Add this to child theme style.css or in Graphene Options –> Display –> Custom CSS

    .sidebar h3, .block-button, .Button, .button, #commentform #submit {
    border-radius: 0 0 0 0;
    }

    patrick48

    #31387

    Thank you very much. It works 🙂

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

  • You must be logged in to reply to this topic.