• Resolved z5creative

    (@z5creative)


    [ Moderator note: moved to Fixing WordPress. ]

    Hi guys,

    I’m working on this website which I’m trying to change the Footer widget colour. I tried a couple of CSS codes from other topics with no luck.

    Under customise menu the Theme gives the option of Widget color ‘On dark’ or ‘On light’ background and the colour is selected automatically which doesn’t look good and isn’t easy to read on the footer colour I actually want to use. It only lets me change the ‘lower part’ of the footer text colour.

    I want white #ffffff

    I’ve put the website live in case anyone want’s to have a look:
    https://pasecurity.z5creative.co.uk/

    Theme is called Rife by Appolo13 but I can’t find anything on their forum and I have a the child theme running

    Thanks

    • This topic was modified 7 years, 8 months ago by z5creative.
    • This topic was modified 7 years, 8 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • please put this code in style.css in your chlid theme

    #footer .foot-content .widget .content-text , #footer .foot-content .widget .title , #footer .foot-content .widget ul li a {
    color:#ffffff;
    }

    Hello @z5creative

    You can achieve this by applying following CSS code.

    .widget_contact_info .content-text {
        margin-bottom: 20px;
       color: white;
    }
    
    .widget ul li a {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: white;
    }

    Hope this will help.

    Thanks.

    Thread Starter z5creative

    (@z5creative)

    Hi @elsnertechnologies and @wbcomdesigns ,

    The code didn’t work within the child theme but it worked through a CSS option within the customise menu.

    Thank you very much for the help and quick response, you guys saved my life.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Widget/Text colour change’ is closed to new replies.