• Resolved budkhand

    (@budkhand)


    Hello,

    how can i change css of Title, Button etc. ? I used this css (fca_qc_quiz_title {font-size: 18px !important;}) in my theme. But it doesn’t work.

    Thank you for the answer !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Budkhand,

    Thanks for your message. I will be happy to help.

    For the title you can try this –

    #fca_qc_quiz_123 > p {
    font-size: 18px !important;
    }

    Change the 123 at the end of #fca_qc_quiz_123 according to what your quiz shortcode is. In my case, the quiz shortcode is 123 [quiz-cat id=”123″].

    Button could be something similar, depending on what you are trying to do. So for example –

    #fca_qc_quiz_123.fca_qc_quiz button.fca_qc_button {
    background-color: #6868ac;
    }

    Same as above – Change the 123 at the end of #fca_qc_quiz_123 according to what your quiz shortcode is. In my case, the quiz shortcode is 123 [quiz-cat id=”123″].

    If you have any further questions, don’t hesitate to get back to us with more specifics about what you are looking to do. It might also be easier if you send a link to your quiz to make things easier.

    All the best.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Budkhand,

    I hope all is well.

    I am going to mark this as “resolved” but if you have any additional questions about this, feel free to reply to us.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom css configuration’ is closed to new replies.