Archived topic
Link CSS particular to a template
3 replies · Started by Matthew on June 18, 2020
What would be the best method to have a specific link style just for the attachment.php template file. I could use a class in each link there but is there a more 'global' way? Could a hook be suitable
thanks,
Hi there,
WordPress adds unique classes to the <body> tag for the different templates.
The attachment pages is attachment. You can use it like so:
body.attachment a {
/* Body link styles here */
}
This sounds super.
I close this for now as I have urgent other query but may post again.
You're welcome