Font + Social Media Icon

  • Posted in : Responsy WP
  • vincentdemers
    Participant

    Hi there,

    I’m using the Responsy theme with the blog style 2 template as my main page. I have 2 questions:

    1 – Font) I’ve changed the overall font of my blog using a Google Fonts widget. It worked but the only font that didn’t update are the post headlines and the “author, date, # comments”. What code can I use the change it and where should I put it? I’m using Open Sans as the font.

    2 – Social Media icons) Is there a way to reverse the default grey color and hovering colors of the icons? I would like to have the different colors as the default and have them fade when hovering over.

    Thanks!

    Mehmet S.
    Keymaster

    What do you mean by saying Google Fonts widget?

    vincentdemers
    Participant

    I used the Google Font plugin to change the font on my site as it wasn’t working in Theme Settings –> Style –> Custom CSS
    http://wordpress.org/plugins/wp-google-fonts/

    But the post headlines and the “author, date, # comments” still have the default font. Where do I change those?

    Mehmet S.
    Keymaster

    Can you provide your url?

    vincentdemers
    Participant
    vincentdemers
    Participant

    Hello, following up on this… is it possible?

    and also my second question:
    2 – Social Media icons) Is there a way to reverse the default grey colour and hovering colours of the icons? I would like to have the different colours as the default and have them fade when hovering over.

    Mehmet S.
    Keymaster

    – Default grey color:

    .social li a { background-color: grey; }
    

    – Hover color:

    .social li a.facebook:hover { background-color: #3C5FAC; }
    
    vincentdemers
    Participant

    can i change the colors individually for each social media icon? This seems to change all of them.

    vincentdemers
    Participant

    nevermind, figured it out

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘Responsy WP’ is closed to new topics and replies.