Home › Forums › Omega Child › Shopping child theme
Tagged: shopping child theme
- This topic has 8 replies, 5 voices, and was last updated 12 years ago by
yv0nne.
-
AuthorPosts
-
November 20, 2013 at 8:49 pm #1003
Jazzkagge
ParticipantHi. I’m new at this so perhaps I just overlooked the solution.
How do I change the pink color of the menu and links in chld theme Shopping?
It really needs to be changed as it doesn’t go with my company logo and profile at all.Thanks in advance – great looking themes btw!
K
November 21, 2013 at 2:29 am #1010han
KeymasterJazzkagge, you need to write custom css. I’ll probably add color control in the future if many users request. Thanks
November 21, 2013 at 2:10 pm #1021Jazzkagge
ParticipantHi Han,
thanks for the reply.
I don’t know how to write code so where can I get the information i need to write the custom css?
I already tried the editor, looking for and replacing all the color id#s with the one I want instead, but this hasn’t quite taken care of the problem yet. Would it be possible to manually fix this in the editor, you think?Thanks,
K
November 22, 2013 at 4:21 am #1036han
KeymasterGo to “Appearance > Customize”, go to “CSS” to put your custom css. Something like this
.nav-primary { background: none repeat scroll 0 0 #000000; } .omega-nav-menu .current_page_item a, .omega-nav-menu a:hover { background: #222; }January 19, 2014 at 5:40 am #1554rangescountry
ParticipantFirst of all, thank you for your excellent work. I am working on an ecommerce website for my new business and I am stoked over how many free themes are plugins are available for me to get my head around it all without having to drop any money on it.
I worked for a web/graphic designer when I finished school but that was awhile ago now and I’m afraid I’ve forgotten a lot so this is giving me a good opportunity to see if I can still do it 🙂
The code you have for Jazzkagge almost fixes the problem I was having – I have been able to change the background of the menu but the drop downs are still coming up purple. What so I need to code so that the drop downs match the visible links?
Thanks again, really appreciate it.
January 19, 2014 at 6:07 am #1555rangescountry
ParticipantNo worries, with a little bit more searching through this forum I found enough code to sort the problem 🙂 Thank you!
March 2, 2014 at 1:15 am #1842jennn1311
ParticipantSo I was able to change the menu color with this CSS but there’s also a bar at the bottom of the page with the same color that I can’t change. Can someone help me with this?
I have absolutely no idea what I’m doing. Any help would be much appreciated. Thank youMarch 2, 2014 at 1:50 am #1843jennn1311
ParticipantActually, I just figured it out! Thanks anyway! 🙂
April 1, 2014 at 1:39 pm #2011yv0nne
ParticipantHi
I tried to input the code in Customise->css
.nav-primary {
background: none repeat scroll 0 0 #000000;
}.omega-nav-menu .current_page_item a, .omega-nav-menu a:hover {
background: white;
}is that the correct way to remove the top and bottom purple colour to white/ transparent?
-
AuthorPosts
You must login to reply to this topic.
