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

    Is there a way to make the scroll up a solid color versus a transparency? Thanks!

    #1230822

    Hey ESWEENEY113,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1230941

    When you scroll down the page, the button appears in the lower right corner. I’m just wondering if there’s a way to remove the transparency and make it a solid color. The client thinks it looks purple when it’s over the blue in the footer, however I have it set to dark gray.

    Thanks!

    #1230943

    Hi,

    Add this to quick css:

    #scroll-top-link.avia_pop_class{
    opacity:1!important;
    }

    And then you can change the actual colors with this:

    a#scroll-top-link {
        color: #000!important;
        background: #fff!important;
    }

    Best regards,
    Jordan Shannon

    #1230951

    That worked. Thank you!!

    Erin

    #1230956

    Hi,

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

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Scroll up button’ is closed to new replies.