• Resolved mkdeniz

    (@mkdeniz)


    Hi there,
    Is there a way to remove the background color totally, leaving the text only. in other words, transparent background?

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @mkdeniz

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .slide-text-bg1 h2 {
      background-color: transparent;
      box-shadow: none;
    }
    
    .slide-text-bg2 span {
      background-color: transparent;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter mkdeniz

    (@mkdeniz)

    Thanks @snehalb890,
    One question, the first part seems to be enough for what I want.
    What is the second part for?
    I mean this part:
    .slide-text-bg2 span {
    background-color: transparent;
    }

    Thanks in advance

    Anonymous User 16453565

    (@anonymized-16453565)

    @mkdeniz

    This css is to remove the black background section if you want to remove.

    Thnx.

    Thread Starter mkdeniz

    (@mkdeniz)

    Thanks a lot.

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

The topic ‘Slider Text Background Transparency?’ is closed to new replies.