Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #817648

    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

    #817699

    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

    #818537

    Thank you Victoria. perfect!

    #818552

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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