Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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,280
    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