-
AuthorPosts
-
March 7, 2015 at 5:42 pm #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.
March 8, 2015 at 5:20 pm #407697Hey 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,
ElliottMarch 8, 2015 at 5:32 pm #407702Sorry that did not work
March 9, 2015 at 1:05 am #407791I 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.
March 9, 2015 at 1:34 pm #408048Hi!
Your site is not loading on my end, are you blocking any geographic locations?
Regards,
RikardMarch 9, 2015 at 2:29 pm #408099This reply has been marked as private.March 9, 2015 at 2:33 pm #408102Hi!
Please add following code to Quick CSS
.av-main-nav > li > a,#header_main_alternate { border: none!important; }
Regards,
YigitMarch 9, 2015 at 3:13 pm #408134March 9, 2015 at 3:15 pm #408137Hey!
It should not have. Can you please post temporary admin login here privately?
Regards,
YigitMarch 9, 2015 at 3:20 pm #408148This reply has been marked as private.March 9, 2015 at 3:24 pm #408153Hi!
Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
YigitMarch 9, 2015 at 3:35 pm #408170There 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.
March 9, 2015 at 3:41 pm #408178Hey!
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,
YigitMarch 9, 2015 at 4:21 pm #408214Thanks that got rid of border lines. Now..what about the underline effect when you mouse over the navigation link. I don’t want that.
March 9, 2015 at 4:29 pm #408220Hey!
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,
YigitMarch 9, 2015 at 7:20 pm #408371This reply has been marked as private.March 10, 2015 at 5:01 am #408595 -
AuthorPosts
- You must be logged in to reply to this topic.