• I am trying to build a one page landing page at wilson-red.com. My image is a featured image from a post. I want to hide all of the post information to create a clean landing page. Is that possible?

    Thank you,

    Russell

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Russell,

    Hope you are doing great! ??

    Yes, this is possible. You can do it by modifying css. Look for,
    main#primary .wrapper {
    class and insert
    display: none;

    It will hide the author, date, category and comments. I would suggest you to make these changes in the style.css file of your theme or use custom css for this.

    See here: https://www.ads-software.com/plugins/simple-custom-css/

    Hope this will help you! ??

    Thanks,
    Archana.

    Hey Russell,

    Hope you are doing great! ??

    Yes, this is possible. You can do it by modifying css. Look for,
    main#primary .wrapper {
    class and insert
    display: none;

    It will hide the author, date, category and comments. I would suggest you to make these changes in the style.css file of your theme or use custom css for this.

    See here: https://www.ads-software.com/plugins/simple-custom-css/

    Hope this will help you! ??

    Thanks,
    Archana.

    Thread Starter aberdeeninvestment

    (@aberdeeninvestment)

    Archana, thanks for the help but I am still a little confused. In Helsinki there is very little content in style.css. main#primary.wrapper is not there. I tried the following in custom css to no avail:
    main#primary .wrapper { class display: none;
    and
    main#primary .wrapper { display: none;

    I’m afraid I know very little about code.

    Thanks so much,

    Russell

    Thread Starter aberdeeninvestment

    (@aberdeeninvestment)

    Ok. I worked around the issue by setting my image as the header and deleting the post. It looks good on my PC, but is not resizing to fit on my phone or tablet. Is there something I need to do to make the page dynamic?

    Thanks again,

    Russell

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Post Info (Author, Date, Category, Comments)’ is closed to new replies.