Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter erskine78

    (@erskine78)

    I’d also like to make the footer light grey…

    Hi erskine,

    you might give the following line a try (either copy & paste it into your style.css -keep in mind that as long as you don’t use a child theme this can be overwritten with the next Customizr update- or add it to the custom css:

    footer#footer {
        border-top: 12px solid #333;
    }

    If you want the line thicker, just change the 12 px at will.
    Also if the #333 is too dark, you can of course use any color you’d like to, too.

    Maybe this is of help?

    Best regards
    Ronny.

    Thread Starter erskine78

    (@erskine78)

    Do I need to paste that into my child theme? I’ve been pasting a bunch of stuff in my child theme and most of it isn’t working…

    Yes, you should past these exact lines in the style.css of your child theme. Also please excuse me if I’m not responding the next few hours. It’s 10:30 pm here and I’ve to take a nap. If you need further assistance, I’ll get back to you tomorrow morning. Or maybe someone else might help you as well. See/read you tomorrow 🙂

    Thread Starter erskine78

    (@erskine78)

    Thank you for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add a bigger line/bar above footer’ is closed to new replies.