Hello,
FIRST :
how to change the color or the size of the title in my article block on my homepage? Currently it is written in green … I would like it to be in blue like the rest of my titles and in light
TWO :
I would like to change too the weight of title on my blog page. I found it too big.
Thank you !
Hey Marie-Claude,
Please try the following in Quick CSS under Enfold->General Styling:
1.
.home .post-title a {
color:#000;
font-size:12px;
}
2.
.page-id-62 .av-masonry-entry-title {
font-weight:100;
}
Best regards,
Rikard
Thanks you Rikard, perfect this CSS code.
Just another question on this topic ;-)
I would like to change the size of the text of the post excerpt on my home page
Thanks :)
Hi,
I tried the password you provided and it didnt worked – can u check?
Best regards,
Basilis
Hi,
Thanks for that, the first one worked. Please try the following in Quick CSS under Enfold->General Styling:
.home .av-alb-blogposts .entry-content p {
font-size:14px !important;
}
Best regards,
Rikard
It’s ok, you can closed this ticket :-)