Tagged: enfold
Hi.
I’m building a vast portfolio listing section in our customers use. When you look all your portfolio items in gallery mode, how can i change the headline bigger, stronger? In other words: is there a advanced styling -section for changing the Portfolio headline sizes and looks?
Hey pikkuapuri,
You can’t change that in Advanced Styling unfortunately. If you could send us a link to where we can see the elements in question, then we could give you some custom CSS to use though. The link to sent is a preview URL, and can’t be viewed without being logged in.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
h3.grid-entry-title a {
font-size: 18px;
font-weight: 600;
}
Best regards,
Rikard
Worked nicely. Thanks Rikard ;)