Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #402887

    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

    #402902

    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

    #402906

    thanks got it working!

    • This reply was modified 9 years, 2 months ago by Munford.
    #403209

    Hey!

    Great, glad you got it working :)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘framed caption title mobile only’ is closed to new replies.