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*

Change hover effect on posts

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #54242

    You are always welcome @ekatoenteka 🙂

    #55769
    mgasean2017
    Participant

    PICTURE

    Is there a way to remove the grey portion of text and keep the title of Tuath Na Mara?

    #55770
    mgasean2017
    Participant

    Or if possible to have the Title below the post as seen on this website http://odonnell-tuomey.ie/projects/

    #55784

    Hi,
    To remove the grey portion of text go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:

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

    And to have the title below the post it need code customization you need to hire a developer.

    Thank you!

    #55789
    mgasean2017
    Participant

    Thanks for your help, that worked for me. I do have one more question though.

    I would like to have the title of the post centred on the featured image when hovering (it is currently aligned top left)

    Could you help me with that?

    #55854

    Hi,

    To set the title of the post centered on the featured image when hovering just add below custom css code.

    .post-main .post .entry-main {
        text-align: center;
    }

    Thank you!

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.