This topic has 8 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Stan Russell
Hi there,
Thanks for a great theme, its seems to be going great so far. However I tried changing the text color in the nav bar and no matter what I tried it wouldn’t change. I have changed the menu-wrapper background successfully so I know the child theme is working but not matter what I try to change the text color, hover background and borders it will not change.
Log in details below
Thanks for your help in advance…
Mena
Hello,
You forget to add @import url('../woopress/style.css');
string into style.css of Child Theme. I did it.
Please check it.
You can use this code to change nav bar color:
.menu > li > a{
color:red !important;
}
Also you have two themes installed. Please delete one and update another to the latest version.
Regards,
Robert Hall.
Hi Robert,
Thanks for getting back to me so quickly! I have uninstalled on of the themes (not sure how that happened!!) and re-tried entering .menu code as above but it still didn’t work.
Any other ideas?
Kind regards
Mena
Hello,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thanks for looking into this for me, I have supplied below my ftp details as requested.
Cheers
Mena
Hello,
The problem was you didn’t close comment tag */
in style.css file of the child theme and the code for the menu was commented this way.
I’ve closed the tag. Please check your menu now.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thanks so much for your help – all fixed and working perfectly now 🙂
Kind regards
Mena
Hello,
we are happy that you have solved all your problems.
Have a nice day!
Regards,
Stan Russell.
The issue related to '‘Trouble changing nav bar text color using child theme’' has been successfully resolved, and the topic is now closed for further responses