Hi #Teamkriesi,
I need to specify my slideshow caption title on this page: http://www.cjff.dk to be framed.
I tried this
@media only screen and (max-width: 480px) {
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
{
background: #000;
filter: alpha(opacity = 80);
background: rgba(0, 0, 0, 0.5);
}
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 11px !important;
/*background-color: rgba(0,0,0,0.55);*/
}}
or variations of that but it doesn’t work.
the font size works fine.
can you help? thanks
n
Hey N!
Please use following code
@media only screen and (max-width: 480px) {
.home .slideshow_align_caption {
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
padding: 20px!important;
}}
Best regards,
Yigit
thanks got it working!