The social icons in my header can t be seen because they are black. When hover state they appear but i wat them to appear all the time.
Hey marcelhochman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-logo-container .social_bookmarks li a {
color: white;
}
Cheers!
Yigit
Thank you. Another question.
What code should I place to work with no logo?
Hi!
As i understand you like to place social icons outside header and want it to look white correct ?
Please use the below code.
.social_bookmarks li a {
color: white!important;
}
If this is not what you want please point us to a link after you place the icons so we can help you better.
Cheers!
Vinay
Thank you this code works perfectly. Now I need to do another thing. I do not want to use any logo in my website. If I do not place any logo I still see he website name written on the left side of the screen. How can i do to see nothing there?