Okay
  Public Ticket #1703699
Go to top button customization
Closed

Comments

  •  2
    George started the conversation

    Hello,

    I would like to ask how can I change the color when hovering over the "go to top" button.

    I would like to also change the google maps + and - buttons' color on contact page. Is this possible? 

    Thank you in advance,

    George

  • [deleted] replied

    Hi George,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    1— Hover color takes the color that you have selected in the Theme Options > Theme StylingLink color but if you want to change the color in that area only then you can add the code below to your Custom CSS area:

    .go-to-top.visible:hover {
        background-color: #3f51b5 !important;
    }

    2— That color too changes based in what color you choose in the Link color area but again if you want to change just those two buttons then please add the code below to your Custom CSS area:

    .cd-google-map .cd-zoom-in, .cd-google-map .cd-zoom-out {
        background-color: #3f51b5 !important;
    }

    * you can change #3f51b5 color to your prefered HEX color that you want.

    P.S: If you're looking for professional help for customizations in your site, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Have a great weekend!