Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Image rollover font-size and line-height
Tagged: css, portfolio, grid, line-height, font size
I’m trying to find the class that controls the rollover font-size and line-height in a portfolio grid.
Hello friend!
Here is how you would do that:
.fusion-rollover-title {
font-size: 44px !important;
line-height: whatever;
}
And if you wanted to increase the category font size:
.fusion-rollover-categories a {
font-size: 18px !important;
}
You probably solved it by now, but I wanted to answer because I hate when I get all excited to find my same question, only to find the thread died out. 😠😂
Size 38 looks better than 44. I’m working on mine as well.