Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #407520

    see this page: http://heslethouse.com/about/ and the home page: http://heslethouse.com/

    I am using your restaurant theme as a starting point.

    How can I fix the padding so the special header text is not overlapping with the menu? and also how to remove the line border showing with menu.

    How do I remove the underline under menu items.
    Thank you

    • This topic was modified 9 years, 8 months ago by elames.
    #407697

    Hey elames!

    You have the header set to transparent there it looks like.

    Add this to your custom CSS.

    #top .av_header_glassy.av_header_transparency #header_main { border: 0px !important; }
    

    And then edit the color section in your page and increase it’s height a bit.

    Best regards,
    Elliott

    #407702

    Sorry that did not work

    #407791

    I solved the padding issue by changing the page builder modules to a different kind, but I have been trying different codes all day and I cannot get the borders to go away around the header and navigation. Any more ideas?
    Thank you

    • This reply was modified 9 years, 8 months ago by elames.
    #408048

    Hi!

    Your site is not loading on my end, are you blocking any geographic locations?

    Regards,
    Rikard

    #408099
    This reply has been marked as private.
    #408102

    Hi!

    Please add following code to Quick CSS

    .av-main-nav > li > a,#header_main_alternate {
      border: none!important;
    }

    Regards,
    Yigit

    #408134

    That did not work. See image and it changed my navigation fonts and colors….have no idea why

    #408137

    Hey!

    It should not have. Can you please post temporary admin login here privately?

    Regards,
    Yigit

    #408148
    This reply has been marked as private.
    #408153

    Hi!

    Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Regards,
    Yigit

    #408170

    There are still borders all around the heading area and the top…see where the social icons are. And I don’t want that underlining showing when you pick a menu item.

    #408178

    Hey!

    Please add following code to Quick CSS as well

    #header_meta, #header_main,#top .social_bookmarks li {
      border: none!important;
    }
    .avia-menu-fx {
    display: none !important; 
    }

    Best regards,
    Yigit

    #408214

    Thanks that got rid of border lines. Now..what about the underline effect when you mouse over the navigation link. I don’t want that.

    #408220

    Hey!

    Following part of the code was missing

    .avia-menu-fx {
    display: none !important; 
    }

    I added in Quick CSS and now avia menu FX should be gone.
    Regards,
    Yigit

    #408371
    This reply has been marked as private.
    #408595

    Hey!

    Great, glad we could help :)

    Regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.