• Resolved vaini

    (@vaini)


    Hello. First of all, I would like to congratulate you on your excellent work.

    I wonder if it’s possible to set up a black background with transparency in slider-info.

    Thanks for listening.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for your compliment. I am glad you have liked Master Slider.

    You can do that by adding the below code on Slider Settings -> Slider custom styles:

    .ms-info {
      background-color: #000;
      opacity: 0.5 !important;
    }

    You are able to change the opacity ( 0 to 1 )

    If I could be of any further assistance, please let me know.

    Best,
    Averta

    Thread Starter vaini

    (@vaini)

    Thanks Averta

    This issue has been solved. But I have a new probe.

    The “line timer” was out of the banner, and a second problem is that at the time of the slide transition, a second line appears below the line with the slider info text. It was strange.

    To better understand what’s going on, I posted only one prototype of what I’m doing, just with the slider.

    The link is: http://vaini.16mb.com/

    Again, thank you very much.

    Plugin Contributor averta support

    (@averta_support)

    Hi,

    I think you have set 100px for height and negative margin for aligning your slide info.
    Instead of that, please go to Master Slider -> Slider Controls -> Add new control -> Slide Info, and in Slide Info Control Options, enable Insert slide info inside slider

    You can change width, height, and margin in this section, too.

    Please let me know the result.

    Best,
    Averta

    Thread Starter vaini

    (@vaini)

    Hi Averta, Thanks again.

    I made the changes you suggested, and it was excellent. Except a second line that appears at the time of the slide transition. The text that appears in this second line is the text of the next slide.

    Did I make any mistakes? If you want, I can send screenshots of the configuration screens for you to evaluate.

    In any case, see the result: http://vaini.16mb.com/

    Thank you, and I await your instructions.

    Plugin Contributor averta support

    (@averta_support)

    Hi,

    Instead of the previous style you have added to Slider Settings -> Slider custom styles, please put the below code:

    .ms-slide-info {
      opacity: 0.8;
    }
    
    .ms-info {
      background-color: #000000;;
    }

    I will wait to hear from you.

    Best,
    Averta

    Thread Starter vaini

    (@vaini)

    Hello Averta!!!

    Thank you very much.

    Excellent job. Everything worked out as directed.

    It is perfect.

    Hugs.

    Plugin Contributor averta support

    (@averta_support)

    Hi @vaini,

    It is great your issue has been resolved.

    If you are satisfied with Master Slider and our services, please take a moment and give Master Slider a review. We would highly appreciate it.

    Rate Master Slider Free:
    https://wordpress.org/support/plugin/master-slider/reviews/

    Have a good time

    Best,
    Averta

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Background in slider-info’ is closed to new replies.