THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Shopping Header Menu

Home › Forums › General Forums › Shopping Header Menu

Tagged: Shopping Theme

  • This topic has 13 replies, 6 voices, and was last updated 11 years, 5 months ago by MartijnMIC.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • November 25, 2013 at 7:29 pm #1161
    hopee
    Participant

    When I add a custom menu widget to “Header Right” all links go vertical. Is there any way that these could be horizontal?

    November 28, 2013 at 2:04 am #1219
    han
    Keymaster

    Hopee, will fix it in next release. Thanks for reporting the issue

    November 28, 2013 at 9:57 am #1220
    Busy Bodz
    Participant

    Hi Han,
    I’ve installed Shopping and WooCommerce, however The widgets on the right side bar push the top navigation menu down to the middle of the page, with the shopping logos afterawards. This leaves a massive blank space between the header logo and the navigation menu

    When I run Omega without the shopping theme it looks great, but as soon as I activate shopping theme it all looks awful.
    This is a new site which I am developing at the moment, so I can’t send you a link, I can send a screen shot if that would help explain what I mean?
    Can you offer any advice to fix this problem? I’ve gotten rid of all my widgets at the moment, but it would be nice to have them back!

    Thanks!
    BB

    November 28, 2013 at 10:02 am #1221
    Busy Bodz
    Participant

    Whoops!! I FINALLY figured it out!! Thanks Han for a fabulous theme.

    I would like to know how to adjust the colors in the header and background please….. Also how do I adjust the width of the sidebar.
    I’m sorry I have very little css knowledge, I’m learning as I go.

    November 29, 2013 at 4:40 pm #1236
    han
    Keymaster

    Go to Appearance > CSS, and add something like this (change the hex color as you wish)

    .site-header {
    background:#bbb;
    }
    body {
    background:#eee;
    }
    .nav-primary {
        background: none repeat scroll 0 0 #000000;
    }
    December 4, 2013 at 6:32 am #1264
    han
    Keymaster

    hopee, the new version is now available at shopping theme page . That will fix the menu issue.

    December 11, 2013 at 2:23 am #1287
    purejennahtrading
    Participant

    Hi,

    I am having the same problem you are! How did you figure out how to keep the navigation menu from moving down to the middle every time I add a new post on the side bar? Is there a way to move the side bar below the navigation menu?????

    Best Wishes,

    PJT

    December 11, 2013 at 7:22 am #1291
    han
    Keymaster

    PJT, Can you provide your site url?

    December 11, 2013 at 11:41 am #1293
    purejennahtrading
    Participant

    Hi,

    I am sorry. I should have already done that. It is http://purejennahtrading.com/

    Thank you.

    December 11, 2013 at 11:49 am #1294
    han
    Keymaster

    The archives widget should not be placed in header right area. Go To “Appearance > widgets” to move the widget.

    December 12, 2013 at 5:59 pm #1296
    purejennahtrading
    Participant

    Awesome! That worked! Thank you!

    -PJT

    December 15, 2013 at 12:14 am #1307
    purejennahtrading
    Participant

    Hi,

    I am having one last problem with the header.
    I would like the menu buttons to spread from the beginning of Pure to the end of the header search bar. I do not see an option to do that. It looks a bit odd to have the buttons stop short like that. I seems it is positioned from left-right along with everything else on each page. Is there a way to adjust this? I also want to do this same thing with the archives. This must be a coding issue correct?

    Thank you,

    PJT

    November 16, 2014 at 5:02 am #2740
    gocheap
    Participant

    So I am also playing around with the theme and want to get the color to be something else then purple. How do I change all of it? Thanks!

    November 18, 2014 at 5:13 pm #2744
    MartijnMIC
    Participant
    .omega-nav-menu .current_page_item a, .tinynav, .nav-primary {
    background:#585858;
    color:  #ffffff /*The color of the visited link*/
    color: #ffffff;
    }
    
    .omega-nav-menu .sub-menu {
    background:#6e6e6e;
    color:  #ffffff /*The color of the visited link*/;
    color: #ffffff;
    }
    
    .omega-nav-menu a:hover {
    background:#848484;
    color:  #ffffff /*The color of the visited link*/;
    color: #ffffff;
    }

    this is what I have on the theme, just put it in style.css in your theme map

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

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

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