Minnow Theme CSS changes

  • Unknown's avatar

    Looking for CSS for the following for Minnow theme.

    – Change site title color
    – Change color of social icons
    – Change color of post titles on home page
    – Change link color in main body
    – Change link hover color in main body

    Help much appreciated for a WordPress newbie…

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    Site title:

    .site-title a, .site-title a:visited, .site-title a:hover {
        color: #111;
        text-decoration: none;
    }

    Color of social icons (non-hovered):

    .social-links ul a:before {
    background: #dd44cc;
    }

    Color of social icons (hovered):

    .social-links ul a:hover:before {
    background: #44dd55;
    }

    Color of post titles on main page I see you have taken care of with this:

    .entry-header, .entry-title {
        color: #f90;
    }

    Link color in main body (non-hover):

    a {
        color: #777;
    }

    Link color in main body (hovered):
    a:hover, a:focus, a:active {
    color: #999;
    }`
    Most of these are the original color, but a couple are obnoxious demo colors. :)

  • Unknown's avatar

    I cannot seem to change the width of the custom logo from 150px. Seems like it is stuck there and I don’t know where to exactly change it.

  • Hi superpatrick – could you provide a link to your site running Minnow, please? It should support a site logo of up to 300 by 300px.

  • Unknown's avatar

    hi kathryn,

    i was able to figure out the issue! i forgot where i posted this question and i guess it is all solved now. the site is patrickoliveros [dooot] com. :)

  • Glad you’re all set, Patrick!

  • The topic ‘Minnow Theme CSS changes’ is closed to new replies.