• mer

    (@merettekuijt)


    Is there a way to change the color of the current black stripes (section dividers I guess) to white or light grey?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • So I’ll be happy to take a closer look at what options are available. When I open the site, I only see two small horizontal dashes on the left side. At the top and bottom of your sidebar. Are these the lines in question? If not, please take a screen shot of what you’re seeing so I can have a better understanding. That can be linked here with something like https://snipboard.io/

    I also noticed that there are 2 “home” links in the site menu.

    Thread Starter mer

    (@merettekuijt)

    Hi,

    Thank you for your reply.
    Those lines are the ones I mean indeed.
    You can see them on other pages as well.

    Is there an option to make them white?

    Adding this piece of code should do it:

    .site-footer::before {
        background: white;
    }
    
    .page-header::after {
        background: white;
    }
    Thread Starter mer

    (@merettekuijt)

    That worked great, thank you so much!

    You’re very welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of the stipes on website’ is closed to new replies.