• Resolved anarnauts

    (@anarnauts)


    Hello, who can help me adjust some colours in the strong testimonial plugin?
    I would like to adjust the colours of the following items:

    • the rating-stars at the bottom
    • the quote characters
    • the left and right arrows
    • the name of the writer of the testimonial

    Thanks in advance,


    An

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter anarnauts

    (@anarnauts)

    Hi everyone, I managed to adjust the colour of the stars, but not the rest yet. Can anyone also help me adjust the font?
    Greetings,
    An

    Hi @anarnauts,

    For the name please use:

    .strong-view.wpmtst-modern .testimonial-name {
    	color: red;
    }

    For the arrows use:

    .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next::before {
    	background: red;
    }

    For the quotes:

    .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    	background: red;
    }

    Warmly,

    Mihaela

    Thread Starter anarnauts

    (@anarnauts)

    Hello Michaela,

    Thank you very much for your help. The CSS for the name is working, but the ones for the quotes and the arrows don’t ??
    Can you have a look again please?

    An can you also have a look on the font? Can I change that?

    Kind Regards,

    An

    Thread Starter anarnauts

    (@anarnauts)

    Hello @mplusb, Michaela, I forgot to tag you ??

    Hi @anarnauts,

    For the font please see our documentation here as we have an example there: https://strongtestimonials.com/docs/additional-css/

    For those above, please try them like this:

    .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev::before, .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next::before {
    	background: red !important;
    }
    .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    	background: red !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change colours’ is closed to new replies.