• How can I remove the dash that appears before image captions on blog posts? For example, under the dog here: https://highlysensitiveperson.net/avoid-fear/

    Secondly, how can I make all the images the same size on the homepage? (here: https://highlysensitiveperson.net) For example, if you scroll down, the image of the dog wearing a party hat is really big. I would like all those images to be limited to a smaller size.

    Lastly, on the homepage, how can I make it so there is longer teaser text under the blog posts? Right now it is about two lines (18-20 words).

    Thank you in advance for any assistance.

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    @caption
    add this to theme option->custom css
    .wp-caption .wp-caption-text:before {content: '' !important;}

    @featured image
    you can’t unless you want to use smaller thumbnail instead or set height restriction by adding this to theme option->custom css
    #custom #post-entry div.post-thumb.in-archive {height:280px important;}

    @longer text
    in theme option->post setting->excerpt count

Viewing 1 replies (of 1 total)
  • The topic ‘Changing caption and image size’ is closed to new replies.