This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #134537
     alexplex86
    Participant

    Hello! I’m trying to style a form. But using the quick css option under Theme Options -> General setting will not give me any results. I tried using id and class but the style never changes. Right now i’m using inline styles and that works. But ideally I want to use the quick css option.

    For example, when trying to change the style of the submit button, I give it an id or class with the name “button” and in qick css I write #button or .button. But nothing ever changes. What am I missing?

    #134583
     Radu
    Moderator

    Hi,

    The quick css feature it works….from example if you will add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    form.kleo-contact-form button {
        background: red !important;
        color: #fff !important;
    }
    

    The quick contact submit button should look like this

    Let me know if this works

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?