Greetings,
I need to add a CSS code to this specific page
https://per-vurt.com/category/knowledge-base/
Basically i want to affect the titles of the post and add this CSS to increase the line-height since it looks very bad on mobile !
{line-height: 0.8em !important}
But how can i do so ?
When i click on Edit Category, it doesn’t let me add any CSS code just like i do with any normal page ?
Can anyone help me on this ? is there a way i can use the Custom CSS ? if yes how can i add a code that will target the title of the post in THIS SPECIFIC PAGE ONLY
Thank you
Hey Mohamad,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.archive.category-knowledge-base .post-title a {
line-height: 0.8em !important
}
}
Best regards,
Rikard
MANY THANKS
It worked
;)
Hi Cloudypro,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria