Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7315
    iJON
    Member

    I was about to give us wordpress then I saw this Simple Catch in youtube that made me continue doing my blog site

    My problem is, how can i change the color of the footer like the blue that I am using with a white text?

    I have it at http://www.mdnuzajr.me

     

    Thank you very much

    #7410
    Sakin
    Keymaster

    @iJON: But you site is not opening. Can you check your site URL and send me.

    #7449
    iJON
    Member

    sorry sir but theres been a problem with my host but now its back online

    #7471
    Sakin
    Keymaster

    @iJON: I see that you have already change the color of footer text to blue. But you haven’t change text JON : MDNUZAJR. To change that just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#footer span { color: #1569c7; }`

    #7512
    iJON
    Member

    Hello again, sorry that I didnt make my self clear enough.

    I mean, I wanted to change the color of the footer’ background to #1569c7 so it will match to the  combination that I wanted.

    Thank you for your time

    #7556
    Sakin
    Keymaster

    @iJON: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#footer { background: none #1569c7; }`

    #7590
    iJON
    Member

    thank you always for the big help 😀

    #86970
    Robert
    Participant

    HI!

    How can I change footer text color?

    Thanks!

    #87034
    Sakin
    Keymaster

    @Sziszi: What’s you site URL and which color code you want to change it. Then I can check in and send you the css. If you want easy way then you can update to Pro version where you will get Color Options.

    #87044
    Robert
    Participant

    Hi!

    I want to change footer text color:

    Copyright © 2016 Kertvárosi Általános Iskola. Minden szerzői jog fenntartva. Webmotor: WordPress | Téma: Simple Catch

    http://www.kertvarosi-iskola.hu

    Thanks!

    #87055
    Sakin
    Keymaster

    @Sziszi: There are two different color in footer text. One is for text and another for span and link. So, change the color code in following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #footer { color: #666; }
    #footer span,
    #footer a { color: #999; }
    #87058
    Robert
    Participant

    Hi!

    It works!

    Thank you!
    Sziszi

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