Okay
  Public Ticket #3582121
mouse indicator
Closed

Comments

  • Michael started the conversation

    Is there a way to add custom css to change the mouse indicator from a solid circle to the clients logo? I can't seem to track down the specific style for it. Any guidance would be appreciated

  • Michael replied

    I should clarify, the mouse indicator when hovering portfolio items

  •  8,425
    Tahir replied

    Hey Again,
    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  • mehrdafon replied

    same here - where can I change the form and color of the mouse indicator?

  •  2,724
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    Please provide the page URL so we can write up what's possible.

    We look forward to your reply.

    Thanks,

  • mehrdafon replied

    xxx

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-view-indicator .color-circle {
        background-color: #32d6ff !important;
    }
    .nectar-view-indicator .inner-layer {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team