• Resolved drhenry24

    (@drhenry24)


    I have been searching all over the place and tried many things I found in other threads but have hit a wall. I am trying to do two things.

    1. Change my menu background to white.
    2. Change the text in the footer to white.

    Like I mentioned above I tried some things in CSS that people have suggested on other threads but nothing worked. I’ve very new to all this so any help would be huge. My site is

    http://www.davidrhenry.com/

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since you’ve already got a custom CSS plugin, try this code:

    .menu-primary { background: none; }
    
    .widget-area h2,
    .widget-area h4,
    #footer-widgets .widget-area p { color: #fff; }
    #footer-widgets .widget { color: #fff; text-shadow: none; }
    Thread Starter drhenry24

    (@drhenry24)

    Thanks Stephen! That worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Balance Child Theme’ is closed to new replies.