Hi,
I would like to have the line that underlines the header area to be a differnt colout, line size and to go full width of screen.
I have added the following code to CSS which works for the colour and line size but I cannot figure out how to make the line go full width of page.
#header_main .container {
border-bottom: 1px solid #109bc5;
}
Thanks
John
Hey John,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css or in your child theme style.css
#header {
border-bottom: 3px solid #109bc5;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria. perfect!