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 #2881235
How to access the color-styling of the mouse ?
Closed

Comments

  •  2
    Gerald started the conversation

    Hi,

    I’m here in the Charity Theme with a generic question.

    I can’t figure out where to access the settings in order to change the color of the mouse-icon in the hero area:

    - 2021-09-26_WP_THEGEM_HERO-MOUSE-COLOR-ISSUE.49.1.png

    Not sure if it’s managed by THEGEM or within SLIDER_REVOLUTION. I presume it’s rather handled on THEGEM’s side.

    Any hints much appreciated :)

    Cheers

    G

  •  7,092
    Oliver replied

    HI!

    CSS example:

    a.mouse-scroll.scroll-to-anchor {
        border-color: #000 !important;
    }
    body .mouse-scroll:after {
        background-color: #000 !important;
    }

     

    3938581396.jpg

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

    Regards, Oliver

  •  2
    Gerald replied

    Hi Oliver,

    I just document it for others to read:

    - 2021-09-27_WP_THEGEM_HERO-MOUSE-COLOR-ISSUE_CODE.49.1.png

    - 2021-09-27_WP_THEGEM_HERO-MOUSE-COLOR-ISSUE_SOLVED.49.1.png

    Perfect.

    Thanks a lot !

    :)

    G

  •  7,092
    Oliver replied

    Welcome!

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

    Regards, Oliver