Hi all,
i would linke to change the size of H1 on portfolio items only.
I'm now using CSS, like:
#item-65a4095df4576c65334b0303 h1 {
font-size: 2.5rem !important;
}
to target every portfolio item individually.
Is there a way to target all portfolio items together instead of every single #item-ID?
Thank you!