Hi @muazii ??
The grey box you see there is because the shortcode was embedded on the page and wrapped in code tags. This can happen when you copy/paste the shortcode.
If you edit the page/post and view the Text tab, you will probably see your shortcode looking something like this:
<code>[envira-gallery id="130"]</code>
You just need to remove the code tags and have just the shortcode like this:
[envira-gallery id="272"]
and that would remove the grey box. That is your theme’s default styling for styling anything wrapped in a code tag.
As for the lightbox issue, this is also styling coming from your theme. If you are running WordPress 4.7+ just go to Appearance > Customize > Additional CSS and copy/paste this CSS there (and save) to counter act that styling:
#envirabox-title table td#envirabox-title-float-left, #envirabox-title table td#envirabox-title-float-right {
background: transparent !important;
}
May I assist with anything else?
-
This reply was modified 7 years, 9 months ago by akyusa01.
-
This reply was modified 7 years, 9 months ago by akyusa01.
-
This reply was modified 7 years, 9 months ago by akyusa01.
-
This reply was modified 7 years, 9 months ago by akyusa01.