Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11539
    fx
    Member

    Hi!

    I would like to change the texte color in white please.
    Here is my wordpress:
    http://www.turnsteak.com

    And i have several white bands down the site I can’t remove…
    If you find a solution it would be great!! 🙂

    Thanks a lot!

    #11542
    Sakin
    Keymaster

    @fx: It will be better if you upgrade to Catch Everest Pro, where you have color scheme black to match your design and also there is individual color picker to customize it further. Check our Catch Everest Pro feature at http://catchthemes.com/theme-instructions/catch-everest-pro/

    You can to change color individual. Here is the css for text that you can add in “Appearance => Theme Options => Custom CSS” box.

    body, button, input, select, textarea {
        color: #fff;
    }
    .entry-header .entry-title a {
        color: #fff;
    }

    Also you are not allowed to remove the footer credit Catch Everest in Free Version. So, best option I see for you in to upgrade.

    #11545
    fx
    Member

    Thanks a lot Sakin! You’re the best 😉

    #11607
    Hank
    Member

    Hi,

    Can anybody help me with changing the Menu text color and the footer text color? Next to that I’m able to change the menu color but not the drop down menu color and if you hoover the menu I’d like to change that color to 🙂

    Best,

    Hank

    #11608
    Hank
    Member

    Sorry already got the menu color from an other post just looking for the textcolor of the footer and the menu 🙂

    Thnx

    Hank

    #11609
    Sakin
    Keymaster

    @Hank: Can you send me your site URL?

    #11610
    Hank
    Member

    Hi Sakin,

    http://ingress.nl/_development/

    Please note we are working on the site. Just started working on it.

    Best,

    Hank

    #11613
    Sakin
    Keymaster

    @Hank: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Footer Text color */
    #site-generator { color: #999; }
    /* Footer Link Color */
    #site-generator a { color: #ddd; }
    /* Menu Text color */
    #header-menu ul.menu a { color: #eee; }
    /* Sub Menu Text color */
    #header-menu ul.menu ul a { color: #fff; }
    #11629
    Hank
    Member

    Hi Sakin,

    Thank you very much for your swift reply! It works perfectly, + now I know I can put text for my own betweeen the /* */ in order to remember the codes 🙂

    Best,

    Hank

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Text Color’ is closed to new replies.