• How do I make the start button bigger and a different colour in my WP Pro quiz? Do I need to put some css somewhere?

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

Viewing 1 replies (of 1 total)
  • Hello Mrs.Marlene23

    You can use this css code to make your button size 120px :

    .wpProQuiz_button {
         padding: 7px 120px !important;
    }
    
    .wpProQuiz_button:hover {
         padding: 7px 120px !important;
    }

    Example from your page: https://prnt.sc/p5MyR6Y2P3rS

    And if you want change the button size + color use this code:

    .wpProQuiz_button {
         padding: 7px 120px !important;
         background: #006063
    }
    
    .wpProQuiz_button:hover {
         padding: 7px 120px !important;
    }

    Example from your page: https://prnt.sc/tJiObiK4jfHT

    very important: if you changed the normal button size to other value, dont forget to change the hover button size to the same value, i picked 120px for you because i feel like its perfect.. and you can change it if you feel you need bigger button

    sorry for my english, im just trying to help as i can.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I make the Start Button bigger?’ is closed to new replies.