Okay
  Public Ticket #1181561
Horizontal Line Above Footer
Closed

Comments

  •  3
    Leanna started the conversation

    It’s me again! This time I have a question that hopefully is an easy fix. 

    Using some code that I’ve found in previous tickets, I’ve added a black horizontal line to my white footer so that it is separated from the rest of my website content. However, the problem is that this line is full-width while the rest of my website is within a container, so it looks a little odd. I would like the footer line to be the same width as the container and preferably the same light grey color as the other horizontal lines on my site (see attached). 

    Can you please send me the CSS code for this? Thanks!

  • [deleted] replied

    Hi Leanna,

    Please add this code below to your Custom CSS area:

    .footer-bottom-content {
    border-top: 1px solid #000000 !important;
    }

    footer.main-footer {
    border-top: none !important;
    }
  •  3
    Leanna replied

    Worked perfectly, thank you! 

  • [deleted] replied

    Hi Leanna,

    Glad to hear that

    Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.

    Will set this ticket as solved from here.