• Resolved tjude

    (@tjude)


    When I setup a static homepage and enter content on the home “Page”, this theme changes the title font and adds a date icon and author, as if it were a post. I don’t want this, but can’t figure out how to stop it. I’ve set Static Page Content to ‘Show’.

    Everything else works pretty nicely.

Viewing 1 replies (of 1 total)
  • Theme Author A WP Life

    (@awordpresslife)

    Hi,

    Very thankful for you that you are using our Aneeq theme.

    If you want to hide the Author and date details into your static page.
    Then use below code into your additional customizer.

    Simply go to Dashboard > Appearance > Customize > addtional CSS and copy & paste below code and click on publish button

    .post .post_date{
    display: none;
    }

    .post_meta .metaInfo {
    display: none;
    }

    Thanks

    Also, if you need any other help then please contact us here A WP life

    Have A Great Day

Viewing 1 replies (of 1 total)
  • The topic ‘Blog-like date and author on Homepage content’ is closed to new replies.