Hi there,
I tried to find the correct CSS snippets to change the style of the title and text excerpt in the portfolio grid entry. can you help me? You can find the portfolio here:
Thanks for your help!
Simon
Hey Simon,
You can target those elements using CSS like this:
.grid-entry-title a {
your CSS goes here
}
.grid-entry-excerpt {
your CSS goes here
}
Best regards,
Rikard
Hi Rikard,
I tried this before but unfortunately nothing changes. What could be the mistake?
Thank you very much and best regards,
Simon
Hi,
Did you add the code to the very top of quick css so it runs first? Also clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan,
yes I put it to the very top and cleard the cache a few times. It didnt’ work.
Is there something else I can do?
Best,
Simon
Hi Rikard,
sure:
.grid-entry-title a {
font-size: 12px;
font-style: normal;
margin-bottom: -2px;
}
.grid-entry-excerpt {
font-size: 12px;
font-style: normal;
margin-bottom: -2px;
}
Thanks for your effort!
Simon