• Dear Support,

    Is there a way for me to edit the css styles directly of the buttons in Proteo theme? I can go to the Customise Menu and change the look of the buttons there, but when I name a button with a class or an ID, and try to address that specifically in the CSS, the only button property that changes is the font size. I would like to edit the length, and the padding, margins etc. but when I add custom css to the button ID or button Class – no changes occur.

    Any advice for me?
    Thank you so much!
    Eunice

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,
    I see you have another thread like this, where you said you solved.
    Can you please tell us if it is solved or you still need help?

    Thread Starter euniceha

    (@euniceha)

    Hi Armando,
    Thank you for replying to my query. No, it was not solved. Please can you still help?
    Thank you so much!

    Can you please tell me to which buttons you are referring on this page https://www.erafold.com?

    Thread Starter euniceha

    (@euniceha)

    Sure – the only button on the page is the “sign up” button. It is imported from the theme, and any changes that I make in the CSS if I assign a class to it are not applied to the button (even when it is not inside a form).
    How can I address the button in the CSS so that the changes that I need to make override the theme?

    Thank you ??

    Hi there,
    I see the button is inside a form just now, and you can use a selector like this

    .home .wpcf7-form-control.wpcf7-submit {
      color: red;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Buttons’ is closed to new replies.