• Resolved Progress Concepts

    (@progressconcepts)


    I would like to round the corners of buttons within the theme.

    I can do this with menu items using:-

    .main-navigation {
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

    I can change the colour of buttons in the theme colours, but what are they referred to as in CSS, so I can swap out .main-navigation to achieve the same?

  • The topic ‘Button ref in css’ is closed to new replies.