Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3409001
Arrow
Closed

Comments

  • carotag started the conversation

    Hello

    Where to change the color or this block ? thanks

    Attached files:  question.jpg

  •  7,092
    Oliver replied

    Hi, 

    to change the colors of the scroll to top button kindly go to Theme Options -> Custom CSS https://prnt.sc/WWRjTlmSCjh9 and use this code: 

    .scroll-top-button:before {
      background-color: #00BCD4 !important;
      color: #fff !important;
      }

    for the opacity: 

    .scroll-top-button.visible {
      opacity: 1 !important;
      }


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver