Hi, I'd like to make the social media icons bigger in the header. Searching through support I found this code:
#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i { font-size: 35px!important; line-height: 35px !important; }
But the icons are now only half visible. How can I create more space for them?
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):
body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] #social-in-menu i {
height: 40px;
}
body.material #header-outer #top nav>ul #social-in-menu a {
line-height: 40px;
}
I now have an issue where the social media icons appear to have a kind of shadow effect where the rollover state is just visible beneath the icon. Could you let me know how to fix this?
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):
#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
font-size: 35px !important;
line-height: 35px !important;
height: 40px !important;
}
Hi,
I'd like to make the social media icons bigger in the header.
Searching through support I found this code:
#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
font-size: 35px!important;
line-height: 35px !important;
}
But the icons are now only half visible.
How can I create more space for them?
Thanks,
Nemone
Hey enomen ,
Please provide the page URL so we can write up what's possible.
Best,
ThemeNectar Support Team
https://annualdaydreamharvest.com/
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
That seems to have done the job - thanks!
Hi Enomen,
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.
Your feedback is valuable to us and greatly appreciated!
Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out.
Best regards,
Hi there,
I now have an issue where the social media icons appear to have a kind of shadow effect where the rollover state is just visible beneath the icon. Could you let me know how to fix this?
Thanks
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):
Thanks
ThemeNectar Support Team
Perfect, thank you!
Hello Enomen,
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.
Your feedback is valuable to us and greatly appreciated!
Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out.
Best regards,