• Hello,
    I would like to change the header and footer color from blue to white – is there any way I can do this?? I’m new to coding and this has been making me crazy for a couple of days now. I would love to get my site to look as much like the demo as possible ;)I appreciate any help,
    Thanks,
    Lisa

    https://ldbtaylor.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello
    Add this is style.css

    .sidebar-footer-wrap {
        background-color: #fff !important;
    color: #000;
    }
    
    .sidebar-footer-wrap .widget-title, .sidebar-footer-wra a, .sidebar-footer-wra p{ color:#000;  }

    Hope this will fix your issue.

    let me know if you still have questions.

    Sajid

    If I try this, the background of the footer becomes minty green (green color scheme). If I use the blue color scheme, it becomes super light blue.

    Trying other color codes doesn’t make a difference. Can somebody help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Colors’ is closed to new replies.