snaps theme portfolio thumbnail title

  • Unknown's avatar

    when you hover over some of the portfolio thumbnails, words get broken mid-word and it looks super weird. how do you prevent this? can i make the font smaller somehow?

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

  • Hi there,

    It is possible to make the text smaller with a bit of CSS code, which will help to prevent this issue form occurring.

    Here is the code you will need:

    /* change font size on homepage grid */
    .project-content-wrap .entry-title {
        font-size: 80%;
    }

    You can add that here, under the Additional CSS tab on the left:
    https://wordpress.com/customize/
    When you get there you will see a text box with some text in it. Create a new (blank) line, and paste in the custom CSS code above.

    Note: The default value is 110%. I chose 80% at random, but you can experiment with this by changing the percent value (without touching any other code)

    Hope that helps. Please let us know if you have any more questions.

  • The topic ‘snaps theme portfolio thumbnail title’ is closed to new replies.