• Resolved polposerver

    (@polposerver)


    I would like to have a guide on how to completely change the theme css. Would it be possible to add a fully user-customized css theme via code?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @polposerver,

    Thank you for the topic.

    I want to mention, that the plugin is designed in a way, that you can’t edit the code from scratch.?
    You can make use of the pre-built themes/options of the plugin and the Custom CSS option where you can write your own CSS code to achieve specific styling results.

    Thank you.

    Thread Starter polposerver

    (@polposerver)

    Thank you for your reply.

    Can I have an example of how to modify the style using the custom class?

    I tried to set mycustomclas but it doesn’t work.

    Thank you very much.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @polposerver,

    Thank you for your response.?

    I want to mention, that the class is connected to the main container.
    Most presumably, the selector you?wrote was not a strong one, which is why the CSS was not connected.?

    You can add !important to the CSS, by writing, for example, like this:

    #ays-quiz-container-16.my-class p {
    color: red !important;
    }

    See the screenshot below:

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @polposerver,

    We’re closing this ticket for now as we last heard from you a week ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our customer care specialists will be happy to help you.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS Customization’ is closed to new replies.