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

    Hi,

    This is my website http://suolocksmithmarkham.com

    1. On the home page, the section above footer is keep on changing height according to the testimonial length. How can make it stop changing?
    2. The social media icon on the top bar my header is white on yellow background. How can I change them to black?

    Thanks

    #535283

    Hey peiiep,

    1. The easiest way would be to keep the testimonial text on the same amount of lines, could you try that? You might need to add a line break to add an extra line: <br />

    2. Try the following for the social icons in Quick CSS:

    #top .social_bookmarks li a {
    color:black !important;
    }

    Best regards,
    Rikard

    #535680

    1. I will try other way to add testimonial.
    2. That code doesn’t work, they are still white.

    #536293

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #550003

    Came across this interesting fix. Not sure if there is a reason not to use it, but it helped us achieve equal heights in the testimonial slider. Basically just changing the display property of the testimonial row and the testimonial item. Hope it helps

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row {
    display: table;
    }

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial {
    display: table-cell;
    }

    #550213

    Hi @jwrawlings,

    Thanks for sharing, much appreciated :-)

    Regards,
    Rikard

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