Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #530359

    Estimates, would like to change the arrows in the slide of opinions by two custom images .

    arrow slides

    Thank you.
    Norberto.

    #530571

    Hi buscoseo,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #530733

    Hello, yes, the link is:

    http://www.norbertok.com/test-saray/

    Finish clarify that this link is developing the site, then migrate to the original link.

    The slide is before the footer.

    I would like to change these pictures:

    left:http://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-izquierda-mostaza.png
    right:http://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-derecha-mostaza.png

    Thank you.

    #531466

    Hey!

    use this code in Quick CSS field:

    #top .avia-slideshow-arrows a.next-slide {
    content: url(https://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-derecha-mostaza.png);
    }
    a.prev-slide {
    content: url(https://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-izquierda-mostaza.png);
    }
    

    Cheers!
    Andy

    #531562

    Hi, insert the CSS code , but does not change me the arrows.

    I leave my web data in the private section .

    #531754

    Hey!

    The arrows are showing up when I checked the page. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    #532848

    Thank you, the problem is I was using firefox, and it does not support “CSS (content)”
    Chrome is displayed without problems, there is an alternative for Firefox?

    Thank you

    #534016

    Hey!

    for firefox try this code:

    #top .avia-slideshow-arrows a.next-slide::before {
    content: url(https://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-derecha-mostaza.png);
    }
    a.prev-slide::before {
    content: url(https://www.norbertok.com/test-saray/wp-content/uploads/2015/11/Elephanta-indicador-izquierda-mostaza.png);
    }
    

    Regards,
    Andy

    #534078

    thanks, we can close this question

    #534088

    Hey!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

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