FKB Pro - Social theme

Unless the author (Hi Don!) thinks it’s a welcome addition to change this, here’s what you can do:

  1. In your admin panel, go to Customize → Themes → Components.
    Click the Install button at the bottom of the list.

  2. Click + Create new, choose a name (like “Custom CSS”, “Theme tweaks”, anything that you’d like and is descriptive enough), and click Create.

  3. Include the theme component in the FKB Pro theme:
    image

  4. Click Edit CSS/HTML, go to the CSS tab. Write:

    .topic-image {
        background-size: auto !important;
    }
    

    Click Save.

That should fix your issue. :slight_smile:

4 Likes