Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #132834
    Dona
    Participant

    How do I change the color of the footer font? Thanks so much

    #132886
    Skandha
    Participant

    @donadonatoearthlink-net: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon {
        font-family:#font-name;
    }

    Replace #font-name with the font of your choice.
    Let me know if this works!

    Regards,
    Skandha

    #132973
    Dona
    Participant

    Thanks Skandha for the reply…. I really appreciate it! However, I am not trying to change the font…. I am trying to change the font COLOR. Do you have a CSS for that?

    I have tried changing everything that I can on the back end under the “colors” section – and nothing seems to change the footer font.

    Please let me know. Thank you SO much.

    Dona

    #132984
    Skandha
    Participant

    @donadonatoearthlink-net: My apologies that i misunderstood you.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-info, .copyright span, .powered span {
        color:red;
    }

    Replace red with the color of your choice.
    Let me know if this solves your issue.

    Regards,
    Skandha

    #133118
    Dona
    Participant

    Thanks Skandha for the CSS…. I tried it but it didn’t work. The color of the text did not change. Any other ideas? Also is there a way that I can make the space under the big picture on the homepage smaller? I am not using the button – only the tag line and I would like that space smaller. (BreenaBnB.com) Thanks!

    #133148
    Skandha
    Participant

    @donadonatoearthlink-net: The previous CSS Code i provided you should work. I tried that CSS on your site and it worked fine. Check out the screen shot: https://www.dropbox.com/s/usrtbhsparq2x51/Screenshot-2018-3-9%20%E2%80%9CEXOTIC%20PARADISE%E2%80%9D%20in%20the%20heart%20of%20the%20city%20.png?dl=0

    To make the space under the big picture smaller
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #homepage-message {
    	padding-bottom:0;
    	padding-top:13px;
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    #133285
    Dona
    Participant

    Hi Skandha,

    Thanks so much…. the new CSS for the size of the page header worked perfectly. Really appreciate it!!!!

    Also- Thanks for sending the screen shot of the footer with the red font- not sure how you got into my website (you must already have my log-in info from sometime before???) but it still does not look that way on my end… The font is still a dull grey and can’t be seen. It is definitely not red on my end… help please… thanks SOO much!

    #133296
    Skandha
    Participant

    Hello @donadonatoearthlink-net, We can check if a css is working or not or edit a css code using the inspect element option when you right click on the browser screen. You can try for yourself. We cannot log in to your admin panel without you providing us the admin credentials.

    You seem to be using a very old version of the theme. Please update the theme to it`s latest version to make best use of the theme. Also clear your browser cache. This may be the reason the CSS i provided you is not working at your end.

    Let me know if the issue persists.

    Regards.,
    Skandha

    #133332
    Dona
    Participant

    Hi Skandha, Thank you again so much for the explanation. According to my site- it says I am running the latest version wordpress and there is no option to update the theme. I had tried clearing the cache also. Please advise. Thanks so much!

    #133361
    Skandha
    Participant

    Hello @donadonatoearthlink-net, Are you comfortable providing me your admin credentials so that i can login into your site and look into the issue?

    Let me know if you’re comfortable so that i can contact you through email.

    Regards,
    Skandha

    #133365
    Skandha
    Participant

    @donadonatoearthlink-net: To update the theme
    You’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8

    Let me know if you’re still having difficulties updating the theme.

    Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change Footer font color’ is closed to new replies.