Applying CSS to multiple pages
-
I would like to add CSS to the page linked above that has worked well on Part 1 of my website (which you can see by clicking the link in the site menu).
The CSS below worked well for gallery images in Part 1.
figure img { width: 100% !important; height: auto !important; border-radius: 0 !important; object-fit: unset !important;}
How can I make this work on Part 3 also? DO I need to tweak the above code?
The page I need help with: [log in to see the link]
- The topic ‘Applying CSS to multiple pages’ is closed to new replies.