Tagged: footer
- This topic has 10 replies, 5 voices, and was last updated 11 years, 5 months ago by jihn_1.
-
AuthorPosts
-
April 22, 2013 at 12:28 am #7498fritzhesseMember
Catch Box Pro
http://www.lacostafilmfestival.org
I’m having trouble finding the correct custom CSS to change the text color in the footer. I may use HTML in the custom footer box to solve this. But if not, can you share the custom CSS to override the text color for footer?
April 22, 2013 at 5:04 pm #7525SakinKeymaster@fritzhesse: Again your site is password protected. I am giving you code on the assumption that you are using Catch Everest theme and haven’t change any code. You can change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`
/* For Footer Text Color */
#site-generator { color: #999; }
/* For Footer Link Color */
#site-generator a { color: #ddd; }
`April 22, 2013 at 8:45 pm #7544fritzhesseMemberWorked perfectly – thanks. I also added a color for the hover – that works too.
Sorry about the password – we are testing with our shopping cart and need to be careful before we launch.
April 22, 2013 at 9:39 pm #7548SakinKeymaster@fritzhesse: It’s ok.
April 22, 2013 at 9:43 pm #7551iJONMemberhow about the color of the footer please?
April 22, 2013 at 10:36 pm #7557SakinKeymaster@iJON: I think you have asked same question on another forum thread where I have answered you.
May 30, 2013 at 3:23 am #9633stellesMemberCan you post the link to where you answered his question? I can’t seem to figure out how to change the footer color.
http://lacada.com/
Thank you for your design work!May 30, 2013 at 10:12 pm #9670SakinKeymaster@stelles: Try upgrading to Pro version which has lot of Color options and other features. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
For now you can add the following css in “Appearance => Theme Options => Custom CSS” box to change the footer background.
#site-generator { background-color: #009933; }
June 8, 2013 at 8:50 am #10134jihn_1MemberHello Sakim,
Could you please tell me how to change the font size of footer?
Thanks!
June 8, 2013 at 11:23 am #10143SakinKeymaster@jihn_1: You can change the font size in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
#site-generator { font-size: 13px; }
June 8, 2013 at 11:02 pm #10158jihn_1MemberThank you Sakin!
You are very helpful! -
AuthorPosts
- The topic ‘Trouble changing text color of footer’ is closed to new replies.