-
AuthorPosts
-
November 25, 2014 at 10:55 pm #358007
See this image:
Figured out the one on the main content…what about the lines on the nav bar?
- This topic was modified 10 years, 1 month ago by elames.
November 26, 2014 at 6:34 pm #358428Hey elames!
Try adding this to your custom CSS for the menu.
#header_main_alternate { border: 0 none !important; }
Is that a color section your using there? The color sections have an option where you can remove top and bottom border styling. Go ahead and send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottNovember 26, 2014 at 7:49 pm #358497No not a color section But good to go. We figured it out.
What about the menu bar white lines? Any way to get rid of those?
I tried several custom css but didn’t have any luck.
ThanksHappy Thanksgiving
November 26, 2014 at 7:55 pm #358503Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a { border: none !important; }
Regards,
YigitNovember 26, 2014 at 8:46 pm #358531Sorry that did not work
November 26, 2014 at 8:59 pm #358539November 26, 2014 at 10:43 pm #358609November 27, 2014 at 1:35 am #358745Hi!
Did you mean border in secondary menu? Currently there is no border in your main menu. For secondary menu, please use following code
.sub_menu li { border: none !important; }
Regards,
YigitNovember 27, 2014 at 2:36 pm #359001Did you look at this photo?
You can see the white border lines on the top and bottom of the navigation menu- This reply was modified 10 years, 1 month ago by elames.
November 27, 2014 at 2:59 pm #359006well the first one i see on your page ; try this:
#header_main_alternate.container_wrap { border-top: 0 none !important; }
November 27, 2014 at 3:11 pm #359011but i think what makes me feel a bit more confused was the behaviour between 768px and 989px with the area of “normal navigation” – this is white and without your floral background. Did you do something with the mobile behaviour on your custom css ?
November 27, 2014 at 3:41 pm #359022Hi!
Elliott posted custom CSS code after your screenshot so i checked the website and looked for borders. Add following code to Quick CSS
div#header_main_alternate { border: none!important; }
@guenni007 Thanks as always!Cheers!
YigitNovember 27, 2014 at 6:18 pm #359109Thanks Yigit yours did the trick. Solved.
-
AuthorPosts
- The topic ‘Removing lines on page’ is closed to new replies.