Okay
  Public Ticket #2675499
Issue with Social module
Closed

Comments

  •  30
    damien started the conversation

    Using the social module on the above page I noticed that its a light grey as standard and then dark red on rollover.

    Is there anyway to do the following:

    • Make it be the same colour pre rollover as it is on rollover?

    • Change the colour overall?

    Changing the defined "Text colour" for Row or column doesnt seem to affect this module


    Thanks

    Damien

  •  8,849
    Tahir replied

    Hey Again,

    Are you referring to the Footer Icons as the Social Module: 

    6885625028.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    Hi, no its in the header area...you cnt see it currently very well (see grab)

  •  8,849
    Tahir replied

    Hey Again,

    Change the values as per your liking.

    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-social.hover .share-btn, .nectar-social.hover > div a > span, .sharing-default-minimal .nectar-love {
        color: #000 !important;
        border: 2px solid #000 !important;
    }
    .nectar-social.hover .share-btn i {
        color: #000 !important;
    }
    .nectar-social.hover .nectar-social-inner a {
        color: #000 !important;
    }
    .nectar-social.hover .share-btn, .nectar-social.hover > div a {
        border: 2px solid #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    Perfect, thanks Tahir