Topic Resolution: Resolved
  • Closed
  • Holly Cotter
    Spectator
    June 8, 2016 at 6:27 pm #28259

    Where are the settings to control the color of the footer text? I can’t find it anywhere.

    I’m using one of Evolve’s background images for header and footer, and now text in footer is almost unreadable because it so closely matches the color of the background image (I’ve tried changing the footer color but that doesn’t do anything since I’m using the image).

    Denzel Chia
    Moderator
    Posts: 2656
    June 9, 2016 at 3:51 am #28273

    Hi,

    Please provide your website URL.

    Thank you

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 4:02 am #28276
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    June 9, 2016 at 4:27 am #28281

    Hi,

    Use the following in Theme Options -> Custom CSS

    p#copyright .credits {
    color: #000000 !important;
    }

    Change the #000000 to a color hex code of your requirement.

    Thank you.

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 1:22 pm #28286
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    June 9, 2016 at 2:19 pm #28290

    Hi Holly,

    Thanks for reaching out to us again.

    Adding the following custom CSS code should have worked for you:
    p#copyright .credits {
    color: #000!important;
    }

    I have noticed, it seems it’s not yet added. If you still experience problem, kindly share with temporary login credentials so that I help you from there. Don’t forget to mark the reply as private.

    Looking forward to your reply.

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 2:21 pm #28291

    Here is what is currently in my custom css file:

    h1.entry-title {
    display: none;
    }
    .content {
    margin-top: 0px;
    }

    .nav-menu li a {
    text-shadow: none !important;
    }

    p#copyright .credits {
    color: #000000 !important;
    }

    As you can see, the code you gave me IS IN THE CUSTOM CSS FILE but it is not fixing the problem.

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 2:26 pm #28292
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    June 9, 2016 at 3:03 pm #28296

    Hi again,

    The footer and menu issues are now fixed.

    You had copied and pasted the CSS code including the code tag in the reply.

    Please let me know if there’s anything else.

    Cheers!

    Holly Cotter
    Spectator
    Posts: 13
    June 9, 2016 at 3:08 pm #28297

    Thank you SO much!

    Yes, I figured I was either leaving out a symbol or including something I shouldn’t. I appreciate you fixing it for me.