Hi
How can I change the text size of the page content of my site throughout the entire site?
Also how can I have in the gallery, different thumbnails to the actual image that opens up? For example see
http://www.dkbglasgow.com/fitted-bathrooms-glasgow/baths-screens/
When an image is clicked it opens up a different one. The thumbnail says “Standing Baths” and opens up a different image altogether
Hi!
1. Try with this code:
body{
font-size: 16px;
}
2. Simply put an image and link to a different one, the lightbox will be added automatically (you’d need to re-create a “gallery” to achieve this, use Columns + Image elements).
Cheers!
Josue