Text styles thumbnail grid
-
Hi, I have embedded a different font for links as a hover, so that it is displayed in capital letters when hovering over it.
/*hover font*/ a:hover { font-family: 'font-name'; text-transform: uppercase; } .current-menu-item a{ font-family: 'font-name'; text-transform: uppercase; }
Now I would like to have this effect within the thumbnail grid (for the categories and filters). What is the best way to do this?
And do you have any general ideas as to why the baselines of the two fonts jump and what I could do about it? The two fonts already have the same settings, x-height etc.
Many thanks in advance!
-
found a solution:
/*font change thumbnail grid "categories"*/ .lay-thumbnailgrid-filter-anchor:active{ font-family: 'font-name'!important; text-transform: uppercase!important; } .lay-thumbnailgrid-filter-anchor.lay-filter-active{ font-family: 'font-name'!important; text-transform: uppercase!important; } .lay-thumbnailgrid-filter-anchor:hover{ font-family: 'font-name'!important; text-transform: uppercase!important; } /*font change thumbnail grid "filter"*/ .tag-bubble.lay-tag-active { font-family: 'font-name'!important; text-transform: uppercase!important; } .tag-bubble:hover { font-family: 'font-name'!important; text-transform: uppercase!important; }
Does anyone else have an idea about the baseline problem? My fonts are jumping a bit too much haha
-
arminunruh Global Moderatorwrote on Feb 13, 2025, 2:35 PM last edited by arminunruh Feb 13, 2025, 9:36 AM
i think the jumping is because some positions inside of the font itself
maybe you can work around it by using
css:position: relative;
top: -2px;or top: 2px;
or bottom: -2px;
on the css that shows the other font
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it