In our website, we have 2 kinds of pages:
A) Blog pages, with LONG title: edinventa.com/blog/…
B) Normal pages, with SHORT title: the rest of the URLs
Is it possible to create in CSS something like:
.entry-title {
URL(edinventa.com/blog/*) /* PSEUDO-CODE */{
font-size: 50%;
}
}
Thanks
Carlos
