badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

issues with front-page image blocks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52206
    yfreemark
    Participant

    Is it possible to only show post title, not also the first section of that post’s text, when scrolling over the front-page images?

    In addition, on the preview website, one of the images has “featured” in text over the image, even without scrolling over it. How does one implement that feature?

    Thanks!

    #52229

    hi yfreemark,

    Go to Dashboard -> Appearance -> Customize -> Additional CSS and paste below css code to hide the content from front page.

    .post-main .post p {
        display: none;
    }

    To show featured text over the image you have to make that post sticky. Sticky post will be display with featured text over the image.

    Thank you!

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