Tagged: portfolio grid
Dea team,
on my draft page below I use in the section “Ausgewählte Projekte” the grid portfolio. The item titles as “Treppenanlage Stadtvilla …” are too big. A custom CSS as the following does not help.
.portfolio-preview-title {
font-size: 12px;
}
How to I need to modify this?
thx a lot & best regards Tilman
Hey Tilman,
Please try the following in Quick CSS under Enfold->General Styling:
h3.grid-entry-title {
font-size: 18px;
}
Best regards,
Rikard
thx a lot Rikard,
unfortunately no effect
best regards Tilman
Hi Tilman,
Please try to add this CSS code:
#top #wrap_all .main_color .grid-entry-title {
font-size: 18px;
}
Best regards,
Nikko
thx a lot Nikko, this works :-)
.. and how can I modify the text excerpts below (“ore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.”) towards non-italic?
Best regards Tilman