I starting to know How to use in general the shortcodes.
The problem is when pop up of light box coming, I want to modifiy and create pop-up with different size for each link that I'm going to create.
For example in this link:
www.noh-art.com/little-shop-of-art.html
clicking on first Enquire button You are going to go to open the light box. Here I created the override under Template/html folder and modified directly there the size.
Now I need to open another pop up in other page changing the size when lightbox come out.
I try to write in Custom.css this:
Code:
.width700{
max-width:700px;
}
and on the shortcode I do that:
Code:
[lightbox class="width700" src="/privacy-policy.html"]Privacy Policy[/lightbox]
but doesn't work.
I can't figure out where I did mistake.
Any suggest?
Thank you
Tony
Last edit: 4 years 11 months ago by
nohart.
Please Log in or Create an account to join the conversation.