Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #556398

    Hi

    I´d like to move the scroll down arrow in color section to be shown a few pixels up. I have a big image with hotspots and some people could not realize that there are more hotspots below. It is the reason i want to move the scrolldown arrow up

    Is there a custom css way to do this?

    Thanks!

    #556586

    Hey walda!

    I can’t find any scroll up arrow on the link you have provided. Where is it?

    Regards,
    Andy

    #556588

    Hey!

    ahh now I get what you mean, sorry, use a code like this in your Quick CSS field:

    a#scroll-top-link {
    bottom: 120px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #556599

    Sorry my english… I think I have not explained well . I refer to the moving white arrow in the color section which allows to scroll down.
    you can see it here: http://acontermica.loading.net/aerotermia/
    I want to put it between the center of the image and the end of the section. a bit higher

    thanks!

    #556975

    Hey!

    use this code instead:

    a.scroll-down-link {
    top: -160px;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #559603

    Hi.
    your trick worked well on http://acontermica.loading.net/aerotermia/ but the arrows on http://acontermica.loading.net/climatizacion/ and http://acontermica.loading.net/energia-solar/ disappeared. When i remove the quick CSS code, all arrows appear again. It is a bit strange behaviour. Now all arrows are active but only seen one of them

    I would like to ask another question: i put a menu link on little top bar “NOTIFICAR AVISO TECNICO”. But the hoover and “click” color is too dark. How coud i change this color behaviour to be the same as socket menu links? I like the hoover light blue of socket links. Just the links. The social media button colors are good.

    Thanks!
    http://acontermica.loading.net

    #560065

    Hi!

    Right now I see the arrow on http://acontermica.loading.net/aerotermia/ and do not see it on other 2 pages. It would be easier to fix this issue if we have login details to your site. Please provide it in a private message.

    Regards,
    Vinay

    #560071

    Thanks
    i put in private content box

    #560492

    Hey!

    Please check out the website now.

    Best regards,
    Vinay

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