Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1030927

    Your media element CLIENT REFERENCES – is there a way to make the arrows to move to the next recommendation in a different color?
    And would it be possible to make the little IMAGE next to the NAME rectangle and bigger?

    THANKS SO MUCH

    #1032103

    Is there a way to get the arrows to move to the next reference in a brighter color? You can hardly see them. And can the Image be rectangle?

    #1032262

    Hi NoraGTS,

    The arrows are faded out, they become more visible when you hover over the slider.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a.next-slide:before {
        color: red;
    }
    

    Which images are you referring to?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1032272

    Is there a way to delete the fadeout? My client cannot see the arrows on his screen and thinks that people might not scroll over and then see it.
    I mean the IMAGE next to the NAME! (in my case the LOGO IMAGE)

    #1033148

    Hi NoraGTS,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
      opacity: 1 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1033161

    And would it be possible to make the little IMAGE next to the NAME bigger, and not round but rectangle?

    #1033244

    Hi,

    Can you screenshot the area you need help with?

    Best regards,
    Jordan Shannon

    #1033269

    It’s the image next to the name. I added the link below! I would like to show it rectangle and a little bigger.

    But honestly, I have a much bigger issue because of which I cannot publish the page. I mentioned it in a different topic. I’m sitting here on needles waiting for some clue how to fix this. It’s about the header slider I added with layerslider, it shows a white space on top and bottom and I really need to get rid of it. It’s an Avia page builder issue, as it automatically adds space on top and bottom, and I don’t know how to eliminate it.
    THanks so much!

    #1033883

    I had to go online and the URL changed. Pls. see below!
    It’s the image next to the name. I added the link below! I would like to show it rectangle and a little bigger, and not round!
    Thanks Nora

    #1034109

    Hi Nora,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        width: 120px;
        height: 120px;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        padding-top: 25px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1034418

    Thanks -post can be closed!

    #1034522

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Client references’ is closed to new replies.