Comments Mario started the conversationJune 2, 2014 at 12:06pmI'm working with a child-theme - i'd like to remove the border of the caption. I tried this in the css-file of the child:.wp-caption { border: none !important; }Unfortunately it doesn't work - could you give me a hint, how to do it? 8,839Tahir repliedJune 3, 2014 at 4:57pmHey Mario!Could we have a url so we can write you working css. Cheers ThemeNectar Support Team Mario repliedJune 3, 2014 at 5:32pmSure - here we are: goldschmiede-cafe.de/portfolio/goldschmiede-bender-sarto/the picture of the blackened cherries on wood ... 8,839Tahir repliedJune 5, 2014 at 1:49pmHey Mario!To remove the Grey Area, Add this into the Custom CSS box located in your Salient Options panel:body .wp-caption { background: transparent !important; } Cheers ThemeNectar Support Team Mario repliedJune 5, 2014 at 2:39pm Thank you for that! Meanwhile i found this solution for the child-css:.wp-caption { background: transparent !important; border: none !important; }Mario Sign in to reply ...
I'm working with a child-theme - i'd like to remove the border of the caption. I tried this in the css-file of the child:
.wp-caption { border: none !important; }
Unfortunately it doesn't work - could you give me a hint, how to do it?
Hey Mario!
Could we have a url so we can write you working css.
Cheers
ThemeNectar Support Team
Sure - here we are:
goldschmiede-cafe.de/portfolio/goldschmiede-bender-sarto/
the picture of the blackened cherries on wood ...
Hey Mario!
To remove the Grey Area, Add this into the Custom CSS box located in your Salient Options panel:
Cheers
ThemeNectar Support Team
Thank you for that!
Meanwhile i found this solution for the child-css:
Mario