CSS customization issue in "Ryu" by Automatic theme

  • Unknown's avatar

    I want to upgrade the “Ryu” theme, yet when I utilise the “Try before you buy” feature, the font resizing is linked between the main blog title and the post titles :( – by default, the post title font size is ENORMOUS, but when I reduce it, the main blog header fonts are synced to also reduce.

    Please help?

    Will the purchased upgrade still have this issue? Is it a “try before buy” limitation?

    If this is something that will not change post purchase, I will look to another theme.

    Feedback appreciated!

    mase

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

  • Unknown's avatar

    Hi there, the following CSS rules will allow you to set the font sizes for the entry titles and site titles separately. The values I have below are the original sizes.

    h1.entry-title {
        font-size: 68px;
    }
    
    h1.site-title {
        font-size: 23px;
    }
  • Unknown's avatar

    Thanks for your help tsp ;)

  • Unknown's avatar
  • The topic ‘CSS customization issue in "Ryu" by Automatic theme’ is closed to new replies.