Home Forums WoodMart support forum testimonials with white text

testimonials with white text

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #104740

    stypek154
    Participant

    I would like to get a white text of testimonials (because I have a dark background), as you can see in the demo . I searched and do not see the standard font color settings. Please help.

    Attachments:
    You must be logged in to view attached files.
    #104755

    Hello,

    Enter the testimonial item and set the white color https://gyazo.com/12c78e085263625fa16fa042e6fdaa68

    Best Regards

    #104765

    stypek154
    Participant

    OK, this way I was able to change the text.
    But is there another Name, and a trademark? How to change it?

    Attachments:
    You must be logged in to view attached files.
    #104767

    stypek154
    Participant

    2 photo

    Attachments:
    You must be logged in to view attached files.
    #104782

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    body .testimonial .testimonial-content footer {
        color: #ffffff;
    }
    body .owl-dots .owl-dot.active span {
        border-color: #ffffff;
        background-color: #ffffff;
    }
    body .owl-dots .owl-dot span {
        border: 2px solid rgba(255, 255, 255, 0.6);
    }

    Best Regards

    #104788

    stypek154
    Participant

    I used advice. Thank you, it worked.
    Last thing, there were dark navigation arrows.
    Visible on the screen

    Attachments:
    You must be logged in to view attached files.
    #104810

    Hello,

    Here is the code for arrows:

    .owl-nav > div, .wrap-loading-arrow > div{
    	 color: #ffffff;
    }

    Please add the code to the Theme Settings > Custom CSS > Global.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)