Home Forums Free Themes Education Hub How to center featured content title

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11527
    dbresnick
    Participant

    I have three featured content images with a title above each one, but the title is left aligned to the images below. Is there a way to center it above each image?

    Thanks

    #11534
    wensolutions
    Keymaster

    Hello @dbresnick

    To make the title above each featured content image to aligned center you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Option.
    Here you need to copy and paste below CSS.

    
    #featured-content .entry-header {
        text-align: center;
    }
    

    Hope this will help to resolve your issue.

    Let us know how it goes.

    Best Regards!!!

    #11681
    dbresnick
    Participant

    Worked great, thanks!

    #31266
    mwjeff
    Participant

    I cannot get the headings to show on Featured Content blocks.

    #31273
    wensolutions
    Keymaster

    Hello @mwjeff,

    The headings in the “Featured Content” block is displayed from the page / post title that you have chosen to display in the section.

    Please make sure that you have chosen pages / posts with proper title for the section from your Admin Dashboard > Appearance > Customizing > Featured Content > Featured Content Type.

    Also, try changing the posts / pages you have chosen for the section.

    If this does not resolve the issue, please share with us your website URL so that we can inspect your website for the issue and provide you a precise fix.

    Best Regards !!

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