badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Featured image in each blog post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25259
    bkchua
    Participant

    Hi, may I know if it is possible to center the featured image in each blog post through the CSS file?

    I have looked through the CSS file but couldn’t find how to do it.

    #25307

    Hi bkchua,

    To center the featured image in each blog post Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .post-featured-image {
        margin: 0 auto 15px;
    }

    Hope this help for you.

    Thank you!

    #25308
    bkchua
    Participant

    Hi, thanks again for the prompt response. I have added that in, however, that did not work. For example, http://www.symphonyoflove.net/blog/3935/the-smiles-on-these-zambian-children-getting-clean-water-for-the-first-time-is-priceless.html.

    May I know how to remove the hyper link for the featured image too?

    Thank you! 🙂

    #25325

    Hi bkchua,

    To remove the link from featured image it needs code customization. This feature is not available in our theme. You need to hire a developer to fix it.
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .post-featured-image {
      text-align: center;
    }

    hope this may help you

    Thank you!

    #25327
    bkchua
    Participant

    Hi, this worked perfectly!

    Thank you and have a great day! 🙂

    #25353

    You welcome bkchua

    Thank you!

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