[Resolved] Feature Image

Home Forums Support [Resolved] Feature Image

Home Forums Support Feature Image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #113218
    Aun Raza

    Hi

    I have setup the very first image of my post to be appear as thumbnail. it works, but when i Click on “Read more” and full post is displayed, I can see Image on top of Post Header as well. how can i remove it from there?

    http://linuxpitstop.com/extract-zip-files-on-linux/

    regards
    Aun

    #113235
    Tom
    Lead Developer
    Lead Developer

    Absolutely – you can use this CSS:

    .single .page-header-image-single {
          display: none;
    }
    #113258
    Aun Raza

    Thanks Tom πŸ™‚ Worked flawlessly

    #113259
    Tom
    Lead Developer
    Lead Developer

    No problem πŸ™‚

    #113270
    Aun Raza

    Sorry to bother, last question (hopes so πŸ™‚ )

    http://linuxpitstop.com/

    i want to adjust the size of footer according to the rest of page. How can i do that? I have all addon purchased, please guide me if it can be done from there

    Regards
    Aun

    #113280
    Tom
    Lead Developer
    Lead Developer

    The size of the footer text? I should add a font size option for the copyright area in the Typography add-on.

    For now, you can do this:

    .site-info {
          font-size: 14px;
    }

    Adjust px as needed πŸ™‚

    #113813
    Aun

    How can i remove container other than sidebar and footer?

    Regards
    Aun

    #113870
    Tom
    Lead Developer
    Lead Developer

    You want to remove the content container, but keep the sidebar and footer on the page?

    #114039
    Aun

    Yes πŸ™‚

    e.g

    http://linuxpitstop.com/category/linux-distros/

    I want to remove “Linus Distro” from here,

    #114103
    Tom
    Lead Developer
    Lead Developer

    Ahh, try this CSS:

    .category .page-header {
          display: none;
    }
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.