• Resolved hurra03

    (@hurra03)


    I love your plugin!

    My theme is dark, and unfortunately I can’t see the Name and Company fields as they are being displayed in black. I would like them in white.

    I have tried the following in css:

    .strong-view.modern .testimonial-company,
    .strong-view.modern .testimonial-name {
        color: #FFF !important;
    }
    
    and also
    
    .strong-view.wpmtst-default .wpmtst-testimonial-company p {
    	color: #FFF !important;
    }

    but I couldn’t get them to work. Could you help please?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Razvan Aldea

    (@raldea89)

    Hello @hurra03 ,

    Please trye the following:

    html body .strong-view.wpmtst-default .testimonial-company,
    html body .strong-view.wpmtst-default .testimonial-name {
    	color:#fff;
    }

    Kind Regards!
    Razvan

    Thread Starter hurra03

    (@hurra03)

    I copied that into the stylesheet and it hasn’t done anything.

    I also tried

     .strong-view.wpmtst-default .testimonial-company,
     .strong-view.wpmtst-default .testimonial-name {
    	color:#fff;
    }
    • This reply was modified 2 years, 8 months ago by hurra03.
    Plugin Author Razvan Aldea

    (@raldea89)

    Could you tell me where did you copy the CSS code? Can’t find it in any of your style sheets.

    Kind Regards!
    Razvan

    Thread Starter hurra03

    (@hurra03)

    In the theme style sheet (Croma), thank you

    Plugin Author Razvan Aldea

    (@raldea89)

    There is no CSS code referring to .testimonial-name in your style.css, at least none that I can find. If you are using any kind of caching system please clear the cache and test again.

    Kind Regards!
    Razvan

    Thread Starter hurra03

    (@hurra03)

    Hi – Thanks Razvan. I had a check and it seems the theme uses two style-sheets – it’s own (where I had written the code), and also the default WP one on the dashboard. I put the code there and it worked – thank you SO much!!!

    Plugin Author Razvan Aldea

    (@raldea89)

    Glad to be of help ??

    Have a nice day!
    Razvan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing The Font Colour for Name and Company’ is closed to new replies.