Customized CSS for each custom template
-
Hi thanks again for the awesome plugin!
Let’s say I have default + 3 custom templates for list display:
pdb-list-default.php
pdb-list-custom1.php
pdb-list-custom2.php
pdb-list-custom3.php
I have customized the code, placed in the ../template dir of the child theme, and created the WP pages to recall them with
[pdb_list template=custom1]
[pdb_list template=custom2]
[pdb_list template=custom3]
all good till here.Here my question:
can I have custom CSS (for dl dd dt…) per each template?
Example custom1 has dl green and dd red
custom2 has a backgroung image and dl dd dt black….
Is there an easy ?? way to do it?
– creating the class in the CSS and give all attributes, where to recall it?
– better to set custom output (colors….) at the beginning of the custom php file?Many thanks
- The topic ‘Customized CSS for each custom template’ is closed to new replies.