Okay
  Public Ticket #316270
Caption background issues
Closed

Comments

  • Sony started the conversation

    Hi,

    Can you help me remove the extra caption background shown at the beginning and end of a sentence, because they are different color then the body of the senteces. Also some sentences have them and some don't. I would like all sentence to have that extra paddings and in same transparency or all of them don't. thank you

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
        -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
        -o-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Sony replied

    Thank you very much for your fast reply. It looks better, but I hope to make the transparent caption background on the 2nd line of sentence to be the same as the 1st line too.

  •  8,844
    Tahir replied

    Seems like you fixed it. See screenshot: http://prntscr.com/55kfgf

    Thanks 


    ThemeNectar Support Team 

  • Sony replied

    Hi,

    I am using firefox web browser and it's not fixed, but chrome is ok.

    Anyway to fix that? thank you very much.

  •  1,071
    ThemeNectar replied

    Hey Sony! This issue just started in firefox in the latest major release - they apparently dropped support for the css method of doing the caption BG - it's on the wishlist to implement a suitable workaround :)