THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Shopping child theme

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.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • November 20, 2013 at 8:49 pm #1003
    Jazzkagge
    Participant

    Hi. 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 #1010
    han
    Keymaster

    Jazzkagge, 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 #1021
    Jazzkagge
    Participant

    Hi 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 #1036
    han
    Keymaster

    Go 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 #1554
    rangescountry
    Participant

    First 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 #1555
    rangescountry
    Participant

    No 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 #1842
    jennn1311
    Participant

    So 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 you

    March 2, 2014 at 1:50 am #1843
    jennn1311
    Participant

    Actually, I just figured it out! Thanks anyway! 🙂

    April 1, 2014 at 1:39 pm #2011
    yv0nne
    Participant

    Hi

    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?

    http://www.atasdogs.com

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php