Okay
  Public Ticket #2749072
color go to top
Closed

Comments

  •  2
    schmitzdesign started the conversation

    Hi,

    How can we change the color (not on hover) of the go to top circle?

    Best regards,
    Sandra

  • [deleted] replied

    Hi Sandra,

    Please add the code below to your Custom CSS area:

    .go-to-top {
    background-color: red; }
    Have a nice day!

  •  2
    schmitzdesign replied

    Hi Ylli,

    thanks a lot for your help!

    The Problem seems to be the opacity, is it possible to change that, too?

    Best regards.
    Sandra

  • [deleted] replied

    Yes, change the old CSS code with this one.

    .go-to-top {
    background-color: red;     opacity: 1 !important;
    }
    Have a nice day!

    I will set this ticket as solved from here.