• Hello, I have the Zillah theme and have some questions.

    1 – How can I remove the date from above my posts on my home page?
    I’ve tried finding ‘zillah_posted_date()’ in my content.php folder but it is not there.

    2 – I’ve used SiteOrigin editor to edit posts, but now when I put the title in the SiteOirigin editor the titles are appearing in the blurb for the post on my homepage. I do not want the title to appear here, I only want it on the actual page of my blog post. How can I keep the title on my blog post page but remove it from the blurb on my homepage? This is a screenshot
    https://prntscr.com/j12kl1
    As you can see in the blurb at the beginning says ‘Chasing dinosaurs in the Cocora Valley’, I would like to remove this

    4 – How can I make the ‘back to top’ text at the bottom of my page larger?

    6 – Is it possible to make my sidebar show up on automatically on phones and iPads instead of having to expand it?

    Sorry for the many questions, but I hope you can help me out! Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AC

    (@purplecodes)

    Themeisle Support

    Hello there,

    Thank you for reaching out.

    Please know that custom coding is not part of the support service that we provide. We can consider a few of your request though.

    #1-2 – Hide post date and title on the front page.
    Please add this from your Customizer > Additional CSS

    .entry-header .posted-on {
        display: none !important;
    }
    
    .entry-title-blog a {
        display: none !important;
    }

    #4 – THe theme does not have an option for these but you adjust the font size using CSS.

    #6. Nope. That is how it is as designed.

    Let us know if you have other questions or concerns.

Viewing 1 replies (of 1 total)
  • The topic ‘remove post date from homepage’ is closed to new replies.