• gthroop

    (@gthroop)


    I have edited the Lugada WordPress theme extensively, but cannot find a way to get rid of the green on the bottom/footer/behind bottom widgets. That green doesn’t go with my design at all and I have changed the rest of the colors everywhere. Where does the code exist to change that color? Thank you for any help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • kjodle

    (@kjodle)

    I have edited the Lugada WordPress theme extensively,

    You should not edit theme files directly. That is what a child theme is for.

    Since you haven’t posted this in the theme’s help forum, please provide a link to your site.

    Thread Starter gthroop

    (@gthroop)

    Not familiar with it, but a quick learner, thank you SO much for the help… Here is the site.. http://gretchentroop.com/test/

    kjodle

    (@kjodle)

    Wow, that does clash!

    Firebug tells me this css code is controlling that area:

    .footerarea {
        background: none repeat scroll 0 0 #6EC668;
        color: #FFFFFF;
        padding: 10px 20px;
    }

    Should be around line 1067 in a standard text editor.

    Thread Starter gthroop

    (@gthroop)

    Thank you so much kjodle! That’s exactly what I needed, a relief to the eyes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Green on the Bottom of Lugada’ is closed to new replies.