Hello,
For some reason, when a tab is selected from the main menu navigation, the tab text color becomes completely black. Can you please provide me with a quick style css code to fix this problem? I would like for the text to remain white. Also, I would like to make the fixed header with social icons background black and the social icons white. Can you please provide me with a code for this as well?
URL: http://gilbertparrislawyer.com/
Thank you.
Hi,
Your website is right-click disabled. It would help us a lot if you can please enable it. And have you added any custom CSS?
Regards,
Yigit
I disabled the right click feature. I used the following custom CSS:
.header_color .header_bg {
background: black;
color: black;
}
.header_color .main_menu ul:first-child > li > a {
color: white;
}
.header_color .main_menu ul:first-child > li a:hover {
color: white;
}
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:93px; line-height: 88px; }
Hi,
Please add this code to custom.css file or to Quick CSS in Enfold theme options page under Styling to change social icons color and background color
.social_header .phone-info , #top .social_bookmarks li a { color: white; }
.header_color .container_wrap_meta { background: black; }
Please update Enfold to version 2.0.1 and WordPress to 3.6 then try deactivating all plugins and check if they are causing the issue.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
Regards,
Yigit