Big Flex Grid 9 'Zoom on hover not working'

Posted in: Newspaper
Post count: 78

Hi,

The zoom on hover over display does not seem to be working?

I have it ticked in Composer… Im not using standard pack plugin for this site.

https://www.ircatoday.com/coronavirus-support/

Also how do I turn breadcrumbs and title off/on pages?

https://www.ircatoday.com/terms-and-conditions/

Kind regards

Mark

Post count: 35449

Hi,

If the option from tagDiv Composer is enable, then the zoom should be add to element-> https://i.imgur.com/cKrGh5z.jpg as I can see for you is apply a stronger css, to fix this, you need to use this css
.td-module-container:hover .td-thumb-css {
transform: scale3d(1.1, 1.1, 1)!important;
-webkit-transform: scale3d(1.1, 1.1, 1)!important;
}

The code need to be set in theme panel> custom code > custom css.

For page you can remove the breadcrumbs using all the page templates except the Page Builder + Page Title -> http://prntscr.com/olu6wz or you can use a custom css
.page .td-crumb-container{
visibility: hidden;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 78

Thanks Calin,

Code works well

Another question please. I would like to use Comfortaa font for Titles.

But I have changed in theme panel under Font Settings ‘Pages’ and no change ??

Regards
Mark

Post count: 35449

Hi,

So if you set the font on page title -> https://i.imgur.com/H4R3R0c.png you need or to use the page template Page Builder + Page Title or to set with tagDiv Composer the page title element, and the font will apply only on page title -> https://i.imgur.com/BIkMSs3.png

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.