• Hello,

    I am working with the following site on Fortunato: theweatheredpassport.com.

    A few questions:
    1) Can I bolden the subtitle on the homepage?
    2) How can I make feature images, or some image, appear in the blog reel on the homepage with their designated post. Right now all that appears is the main block of text, I want an image for each post to appear too. For an example, this fortunato website implements what I want: https://theblogabroad.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Post your site address, Yes you can bolden your subtitle, The query or loop excluded the featured image, that’s why there’s only text block.

    Thread Starter nickpachell

    (@nickpachell)

    Thread Starter nickpachell

    (@nickpachell)

    So, how can i get the loop to include the featured image and text block

    for subtitle add this code to your child theme or custom css section(if any). Make sure to have a backup copy of your site before changing anything.

    .site-branding .site-description {
    font-weight: 700;
    }

    And regarding featured image, It’s best to contact with your theme author. adding a simple template tag will do the trick for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Homepage Content Question’ is closed to new replies.