Styling of The Grid more button

Hi,

I would need to style the ‘Read More Here’ buttons that appears upon hovering on the latest post grids in my home page (https://www.2cameras1bucketlist.com) and I can’t seem to find the right CSS selector.

More specifically, I need to change the font of the text in the button and the dimensions of the green background bit, could you help? I’ve tried to use the advices in other posts, without success.

Thank you for your help

David

Hi There,

You can try with this custom CSS:

.tg-item-media-content a {
    font-family: "Ubuntu",sans-serif !important;
    text-transform: uppercase !important;
}

Hope it helps :slight_smile:

Hi,

Awesome, it worked beautifully.

Thank you!

Glad it worked.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.