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

    (@jlewis54)

    Update:

    RE #2. I was able to change the color of the links in the footer, but not the text – that’s still gray. I’d like to make that white or yellow.

    Here’s what I put in my child theme style.css

    #footer a {
    color: #ffffff;
    font-weight: 400;
    }

    In your child theme style.css:

    1. The background change for the post area should go to “#wrapper”

    2. To change also the text in the footer place the “color: #ffffff” into #footer { … } as well.

    Hope it’s clear.

    Thread Starter jlewis54

    (@jlewis54)

    Thank you. I think I’m getting it ??

    Hi i am trying to almost do the same thing, change the text area color from white to fit my background color or make it transparent: https://www.takemelimo.com

    I can not find the child parent :/ would somebody address me there? thanks

    I am also trying to make the widgets transparent. Please help!

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