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;
}
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
Hey Again,
Are you referring to the Footer Icons as the Social Module:
Thanks
ThemeNectar Support Team
Hi, no its in the header area...you cnt see it currently very well (see grab)
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):
Thanks
ThemeNectar Support Team
Perfect, thanks Tahir