Topic Resolution: Resolved
  • Closed
  • Holly Cotter
    Spectator
    08.06.2016 at 18:27 #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
    09.06.2016 at 03:51 #28273

    Hi,

    Please provide your website URL.

    Thank you

    Holly Cotter
    Spectator
    Posts: 13
    09.06.2016 at 04:02 #28276
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:27 #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
    09.06.2016 at 13:22 #28286
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    09.06.2016 at 14:19 #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
    09.06.2016 at 14:21 #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
    09.06.2016 at 14:26 #28292
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    09.06.2016 at 15:03 #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
    09.06.2016 at 15:08 #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.