• WilliJ

    (@wjbernals)


    I have installed One Page Express theme Pro. It’s an awesome theme. I love it.

    I was wondering if there a way to change the footer background color.

    Thanks.

    William

    • This topic was modified 7 years ago by WilliJ.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter WilliJ

    (@wjbernals)

    .

    Anonymous User 15040224

    (@anonymized-15040224)

    There is as far as I know not an option to do this in OnePage Express itself, but there is a way to change the coloured footer box.

    Go to Customizer -> General settings -> Additional CSS and paste the following code:

    .footer-column-colored-1 {
    background-color: #151515
    !important;
    }

    In my case this background colour would be dark gray (as #151515 already suggests). You can ofcourse change this to whatever hex colour you would like. I haven’t looked into changing the footer as a whole since I don’t need it for my site.

    Hope this helped,

    – John

    @wjbernals have you found a way to change the footer background color yet?

    -Simon

    I was able to change it with this (be sure to change your hex code)…

    .footer {
    background-color: #a2c4a1 !important;
    }

    Is there a way to change the font color as well?

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