Dera Team,
on my page below I want in the blog post grid to make the title font smaller plus a different color. And a different color for the “read more” link, too
I did not find in the forum / docs how to get this done
Thx a lot & best regards
Tilman
Hey Tilman,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .slide-entry-excerpt {
font-size: 14px;
color: red;
}
.avia-content-slider a.more-link {
color: yellow;
}
Best regards,
Rikard
hey Richard,
for content and excerpt it’s fine
-> what is the code for modifying post titles font size & color accordingly?
I have tried
.avia-content-slider .slide-entry-title {
font-size: 32px;
color: red;
}
… but this does not work
Thx again & best regards Tilman
Hi,
Please try this instead:
.avia-content-slider .slide-entry-title a {
font-size: 32px;
color: red;
}
Best regards,
Rikard
Hi Rkard,
thx- font size works, but color not with this code. Any idea?
Best regards
Tilman
Hi,
Try this instead:
.avia-content-slider .slide-entry-title a {
font-size: 32px;
color: red !important;
}
Best regards,
Rikard
now we´ve got it :-)
happy easter !
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Happy Easter to you too!
Best regards,
Mike