This topic has 10 replies, 4 voices, and was last updated 7 years, 5 months ago ago by Naja Jamal
Hello, trying to learn how to remove the CONNECT WITH US text in the top bar (it’s very faint but it’s there) and also how to change the color of the footer text. I have gone to theme options and made the text black in the footer but it comes up as a grey color and I can’t find how to change it.
Thank you so much!
Just noticed something else I need assistance with. On my main menu, I have a SHOP button and when you mouse over it, I have a sub menu for all my categories. When you attempt to mouse over the sub menu, it disappears, so you can’t click on anything.
Thank you!
how to remove the CONNECT WITH US text in the top bar
– Appearance >> widgets >> right side top bar area >> 8theme social widgets and remove the title
I have gone to theme options and made the text black in the footer but it comes up as a grey color
– I do not see any grey texts in the footer.
– all are white text
– how to you want to change the? : http://prntscr.com/fkdjd5
When you attempt to mouse over the sub menu, it disappears
– put following css code in 8theme options >> styling >> custom css >> global custom css
.nav-sublist-dropdown { top: 50px !important; }
And, if you have any other questions other than these please ask them in a new post / topic
Thank you for your quick response. Unfortunately, the Custom CSS did not fix the sub menu problem.
Hello,
Try the following code
.nav-sublist-dropdown:before {
top: -75px;
height: 90px;
}
Regards
Thank you so much! That fixed it!
You are welcome
Tagged: footer text, seo friendly, themes, top bar, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up