Greetings,
How do we turn the dotted line under the main menu into a solid one, same as above the footer, please? Also, is it possible to make it stretch to the whole width of the screen, again, same as above the footer?
Many thanks,
Ce
Greetings,
How do we turn the dotted line under the main menu into a solid one, same as above the footer, please? Also, is it possible to make it stretch to the whole width of the screen, again, same as above the footer?
Many thanks,
Ce
Hi Ce,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header {
border-bottom: 1px solid #eee;
}
#header .container {
background-image: none !important;
}
Regards,
Devin
Hi Devin,
Many thanks, the above code worked great!
Ce
Fantastic! Let us know if you need anything else :)
Regards,
Devin
This topic has been closed to new replies.