Does the fancy box completely disregard the 'Image size' field? I have tried using a few different pre-determined image sizes (including default Salient image sizes) but this is being overridden by the 'Image Aspect Ratio' field.
How do I set this to be the dimensions of the image size?
Yes, You would need to alter the CSS below to adjust the sizing :
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Hi,
I have a column with multiple fancy boxes. I want to apply unique styling to each box.
Is there a way for me to add a css class to each fancy box without resorting to using nth to differentiate between them?
Thanks,
Austin
Hey Again,
Please provide the page URL so we can write up what's possible.
Thanks.
ThemeNectar Support Team
Hey Again,
Since each Fancy Box is added in a Column you can add an Extra Class to each and use CSS to target it. See screenshot:
Thanks.
ThemeNectar Support Team
Hi,
Yes but all of my fancy boxes are in one column and controlled using flex box.
It's okay. I'll just need to apply nth child css to each item
Thanks
Hi again,
Does the fancy box completely disregard the 'Image size' field? I have tried using a few different pre-determined image sizes (including default Salient image sizes) but this is being overridden by the 'Image Aspect Ratio' field.
How do I set this to be the dimensions of the image size?
Thanks
Attached files: Screenshot 2023-12-19 at 16.26.28.png
Yes, You would need to alter the CSS below to adjust the sizing :
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team