• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi, I'm trying to change the top menu background image padding to take up the whole top nav, but whenever I try to change the padding, the font also changes.

    This is what I'm trying to edit:

    .menu-header {

    padding-top:12px;

    Please see this image: http://grab.by/9Fnc

    Thank you.

    ebsalberto
    2 years ago
  2. Hi,
    find this code in your style.css file:

    .topmenu li:hover a, .topmenu .current-menu-item a, .topmenu .current-menu-parent a,
    .topmenu .current-menu-ancestor a {
        background: url("images/topm_bg_left.png") no-repeat scroll left top transparent;
    }
    .topmenu li:hover a span, .topmenu .current-menu-item a span, .topmenu .current-menu-parent a span,
     .topmenu .current-menu-ancestor a span {
        background: url("images/topm_bg_right.png") no-repeat scroll right top transparent;
    }
    .topmenu li.parent:hover a {
        background: url("images/topm_bg2_left.png") no-repeat scroll left top transparent;
    }
    .topmenu li.parent:hover a span {
        background: url("images/topm_bg2_right.png") no-repeat scroll right top transparent;
    }

    and replace top with -15px.

    Max
    2 years ago
  3. This is how my code looks:

    '.topmenu li:hover a,

    .topmenu .current-menu-item a,

    .topmenu .current-menu-parent a,

    .topmenu .current-menu-ancestor a

    {

    background: url(images/topm_bg_left.png) top left no-repeat;

    }

    .topmenu li:hover a span,

    .topmenu .current-menu-item a span,

    .topmenu .current-menu-parent a span,

    .topmenu .current-menu-ancestor a span

    {

    background:url(images/topm_bg_right.png) top right no-repeat;

    }

    .topmenu li.parent:hover a {

    background:url(images/topm_bg2_left.png) top left no-repeat}

    .topmenu li.parent:hover a span {

    background:url(images/topm_bg2_right.png) top right no-repeat}'

    Changing from top right and top left to top -15px didn't do much

    ebsalberto
    2 years ago
  4. change only top to -15px, it would work I've tested. Or give me the details and I will do this for you.

    Max
    2 years ago
  5. Changing top to -15px does this: http://grab.by/9FrM

    It doesn't go all the way on the topnav background, it just cuts the image.

    ebsalberto
    2 years ago
  6. Yes, I thought this is the result you want.

    Max
    2 years ago
  7. I want this: http://grab.by/9Ftw

    Exceptthat I don't want to mess with the font, stretching it is just because of my laziness with photoshop right now

    ebsalberto
    2 years ago
  8. Also, I would appreciate if you tell me how to move the welcome bar up and remove that space where I put a red line.

    http://grab.by/9FuI

    Thanks

    ebsalberto
    2 years ago
  9. Also, I would appreciate if you tell me how to move the welcome bar up and remove that space where I put a red line.

    http://grab.by/9FuI

    Find this code in style.css

    .topnav {
        background: url("images/topnav_bg.png") repeat-x scroll 0 0 transparent;
        height: 70px;
    }

    and change it to:

    .topnav {
        background: url("images/topnav_bg.png") repeat-x scroll 0 0 transparent;
        height: 54px;
    }

    and this code:

    .welcome_bar {
        background: url("images/title_bar_bg.gif") repeat-x scroll 0 0 transparent;
        clear: both;
        margin-bottom: 44px;
        position: relative;
        z-index: 10;
    }

    change to:

    .welcome_bar {
        background: url("images/title_bar_bg.gif") repeat-x scroll 0 0 transparent;
        clear: both;
        margin-bottom: 44px;
        position: relative;
        z-index: 10;
    }
    .welcome_bar {
        background: url("images/title_bar_bg.gif") repeat-x scroll 0 0 transparent;
        clear: both;
        margin-bottom: 30px;
        position: relative;
        z-index: 10;
        top: -15px;
    }

    What about I want this: http://grab.by/9Ftw

    Exceptthat I don't want to mess with the font, stretching it is just because of my laziness with photoshop right now put the hover background and I will give you the solution, because now it seems that this background is missing.

    Max
    2 years ago
  10. Ok, this is how it looks on chrome: http://grab.by/9GuN

    And this is how it looks on Firefox: http://grab.by/9GuP

    ebsalberto
    2 years ago
  11. Welcome bar height still not working, despite changes made.

    ebsalberto
    2 years ago
  12. Hi,
    for me worked fine. Please provide the username and password from wp-admin panel and I will solve all this problems because I can't give you right codes until I don't have access to style.css file. This information would be confidential and only me and you would be able to see it. You can change the details when I would finish

    Thanks for understanding.

    Max
    2 years ago
  13. Ok, credentials were sent

    ebsalberto
    2 years ago
  14. All solved.

    Max
    2 years ago
  15. Hi Max, thanks for that. While you made the changes, the home banner has decreased in size and the button "Abra sua loja agora" moved up and to the right.

    Can you take a look at that? Here it is: http://cl.ly/2Y0j1s2E3o1l0Y0z3v2h

    ebsalberto
    2 years ago
  16. Nevermind, I got it. Thanks

    ebsalberto
    2 years ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.