Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #25865
    sabine
    Member

    Hello, How can I change the font color in the footer? Can’t find it in the style.css. The site Iám working on is http://www.clairesalon.nl/

    #25875
    Sakin
    Keymaster

    @sabine: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer text */
    #site-generator { color: #666; }
    /* Footer Link text */
    #site-generator a { color: #555; }
    #25881
    sabine
    Member

    Aha, that works! Thank you for your help.

    #26215
    sabine
    Member

    Hello Sakin,
    I placed this

    /* Footer text */
    #site-generator { color: #ffffff; }
    /* Footer Link text */
    #site-generator a { color: #ffffff; }

    in theme options, but somehow the linked text isn’t white.
    I don’t why that is. Can you help?

    Another question I have is about the white space below the header. In theme options I added this:

    #branding hgroup {
    margin: 0;
    padding: 0;
    }

    But still I see a white border. How should I fix this?

    The site is http://www.clairesalon.nl

    Sabine

    #26435
    Sakin
    Keymaster

    @sabine: You can see your footer site generator like copyright and theme has been change to white color. But if you are talking about Footer Areas then you need to add the following css

    /* Text color */
    #supplementary .widget { color: #fff; }
    /* Link color */
    #supplementary .widget a { color: #fff; }

    Do you mean the white border below the header image, then add then following css
    #branding { padding-bottom: 0; }

    #26460
    sabine
    Member

    About the supplementary or footer area: I followed your advise, but now the text color and link color in the copyright area somehow isn’t white.

    About the white border: sorry, that doesn’t work. The header now has a big white border on all sides of the header. And I want no border at all.

    The site is http://www.clairesalon.nl

    #26574
    Sakin
    Keymaster

    @sabine: Sorry I am confused. When I check in your site, the footer copyright area text color is white. It just at link are bold. So, it looks brighter white.

    Also I don’t see white border around the header. I just see padding below the header image and I have already given you the css for that. If you see your header image it’s like this http://www.clairesalon.nl/wp-content/uploads/2014/04/cropped-cropped-header32.jpg

    #26592
    sabine
    Member

    @sakin: I apologize for this confusion. I updates theme and wordpress after I asked my question yesterday and things look different now.

    What I would like to know is the following:

    1. Right below the header is a white border (about 5 pix in height) showing which has nothing to do with the padding I think (because I added branding is 0). How to get rid of this white border?

    2. On my pc the linked text in the copyright area is purple on mouseover. And I need that to be white.

    The site is http://www.clairesalon.nl

    #26613
    Sakin
    Keymaster

    @sabine:
    1. That is padding only. I don’t see any css where you have made #branding padding as 0.

    2. You can add in the following CSS.
    #colophon #site-generator a:hover { color: #fff; }

    #26691
    sabine
    Member

    Ad. 1: You are right. I added #branding { padding-bottom: 0; } as you said. Thanks, that works.

    Ad.2: That also works (although I needed color in stead of background-color).

    Thank you very much for your help Sakin.

    #26753
    Sakin
    Keymaster

    @sabine: Yes thanks 🙂

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