Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    Nancy,

    First, I love your website!

    Try this:

    .shareaholic-recommendations-container .shareaholic-recommendations-header {
    font-size: 18px !important;
    margin: 0 0 1em !important;
    min-height: 14px !important;
    color: #f02f2f !important;
    font-weight: bold !important;
    }

    You can also have a little bit of fun with Google Fonts:

    <link href="//fonts.googleapis.com/css?family=Old+Standard+TT:700" rel="stylesheet" type="text/css">
    
    <style type="text/css">
    .shareaholic-recommendations-container .shareaholic-recommendations-header {
      color: #f02f2f !important;
      font-family: 'Old Standard TT', serif;
    }
    </style>

    (You pick any font from: https://www.google.com/fonts)

    Thread Starter nancyinpink

    (@nancyinpink)

    Thank you so much!! For the compliment and the code 🙂

    In the end I went for this because I already had the Google Font installed on my site:

    .shareaholic-recommendations-container .shareaholic-recommendations-header {
    font-size: 24px !important;
    text-align: left;
    margin: 0 0 0.4em !important;
    min-height: 14px !important;
    color: #d1c352 !important;
    font-family: 'Vidaloka', sans-serif;
    }

    Fantastic support!

    Plugin Author Shareaholic

    (@shareaholic)

    Looking good!

    ps – if you have a few minutes, we’d really appreciate a short review! 🙂
    http://wordpress.org/support/view/plugin-reviews/shareaholic

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit "You May Also Like" Font’ is closed to new replies.