[Resolved] Blog Feature Image Alignment and Removing Category Title

Home Forums Support [Resolved] Blog Feature Image Alignment and Removing Category Title

Home Forums Support Blog Feature Image Alignment and Removing Category Title

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #409806
    robmac

    Hi Tom and Leo,

    Two quick ones please:

    1) My Blog post featured image has centered, I’d like it to be left-aligned if possible.

    I’ve tried:

    .post-image {
    text-align: left;
    }

    No luck sadly.

    Also, I’d like to remove the Content/Page/Title [“Jungle News”] – I’ve selected “Disable Elements” for “Content Title” and “Header”….but not giving me the outcome I’d like.

    Any help appreciated please. Thank you.

    #409819
    robmac

    UPDATE

    I’ve resolved the Featured Image Alignment – apologies, I had to change the GP Blog Setting

    #410018
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS should work to hide the archive title:

    .archive h1.page-title {
        display: none;
    }
    #410440
    robmac

    Thank you.

    #410702
    Leo
    Staff
    Customer Support

    No problem!

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