Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #7498
    fritzhesse
    Member

    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?

    #7525
    Sakin
    Keymaster

    @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; }
    `

    #7544
    fritzhesse
    Member

    Worked 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.

    #7548
    Sakin
    Keymaster

    @fritzhesse: It’s ok.

    #7551
    iJON
    Member

    how about the color of the footer please?

    #7557
    Sakin
    Keymaster

    @iJON: I think you have asked same question on another forum thread where I have answered you.

    #9633
    stelles
    Member

    Can 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!

    #9670
    Sakin
    Keymaster

    @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;
    }
    #10134
    jihn_1
    Member

    Hello Sakim,

    Could you please tell me how to change the font size of footer?

    http://www.fulfillsupply.com

    Thanks!

    #10143
    Sakin
    Keymaster

    @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; }

    #10158
    jihn_1
    Member

    Thank you Sakin!
    You are very helpful!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Trouble changing text color of footer’ is closed to new replies.