Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #323531

    Hello I need some help with the footer.

    1. In the testimonial widget how to i change the background square color of the triangle on the bottom of the widget? As you can right now it is a mismatch with the background color.

    2. How do I change the boarder color of the testimonial widget?- both the square and triable boarder?

    3. How do I change the text colors of the latest news widget?

    #323652

    Hey mcraig77!

    Please add following code to Quick CSS

    strong.news-headline, .news-headline * {
    color: white!important;
    }

    I answered your other questions here – https://kriesi.at/support/topic/footer-help/

    Cheers!
    Yigit

    #323856

    Almost there Yigit.

    1. In the testimonial widget how to i change the background color of the triangle on the bottom of the widget? how to i change the triangle color? As you can see right now it is a mismatch with the background color.

    #323868

    Hey!

    Please add following code to Quick CSS

    .avia-slider-testimonials .avia-testimonial-arrow-wrap {
    background-color: transparent !important;
    }
    #footer .avia-arrow {
    background-color: #55a25c;
    }

    Regards,
    Yigit

    #323901

    How to I change the triangle color? The code did not work

    #323904

    Hey!

    Try adding !important rule to second code as following

    #footer .avia-arrow {
    background-color: #55a25c !important;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.