Shop Categories

X

Featured Image & Comment Section

Home Forums Agama Pro Featured Image & Comment Section

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13426
    Abigail Fish
    Participant

    Hi,

    How do I minimize the size of my featured images on my blog posts? Also, at the end of the post you can see the words: You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>

    <cite> <i> <q cite=""> <s> <strike> under the comment box. How do I delete those with keeping the comment box there?

    Thanks!
    Abbie

    #13427
    Zex
    Moderator

    Hello, Abbie!

    1. To change the size of your featured images, insert the next code into Customizing->General->Additional CSS:

    article .entry-header img {
        width: 50% !important;
    }

    Change the width value per your needs.

    If you want your Featured images to be centered, insert the next code instead of the previous one:

    article .entry-header img {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    2. If you want to remove the HTML tags below the comment form, go to the Customizing ▸ General
    Comments
    menu, and simply turn them off.
    https://prnt.sc/ntrirl

    Regards

    #21728
    Fernando Cavalcante
    Participant

    I noticed that in each post, an html code appears on the site, appearing to be an error. This occurs in the comments section.

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

    I don’t want that to happen. How to solve it?

    #21736
    Zex
    Moderator

    Hello,@Fernando!

    If you want to remove the HTML tags below the comment form, go to the
    Customizing ▸ General ▸ Comments menu, and simply turn them off.
    https://prnt.sc/ntrirl

    Regards

    #21737
    Fernando Cavalcante
    Participant

    Thanks. It works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.