⚡⚡Flash Sale⚡⚡ Get 20% off any Purchase!!! Limited Time Peroid Only!!! 🔖 Use Coupon Code FLASH at checkout.

Home Forums Square Make Semi-Transparent Box on Slider… less transparent

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655
    rdolishny
    Participant

    There is a very transparent black box behind the text on the slider that I want less transparent. Can this be changed?

    #657
    Hash
    Keymaster

    Yes, add the below CSS using some custom CSS plugin

    #sq-masthead {
    background: rgba(30, 36, 42, 0.6);
    }

    Just increase the value of 0.6 to 0.7, 0.8 or 0.9 if you need less transparent.

    #662
    rdolishny
    Participant

    Almost! I’m sorry I didn’t explain myself well.

    It’s the semi-transparent box on the slider itself.

    https://www.dropbox.com/s/xpkdk5nlbsbuh9u/Capture.JPG?dl=0

    #663
    rdolishny
    Participant

    Soled using your guide as a cue.

    .sq-slide-caption {
    background: rgba(0, 0, 0, 0.7);
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.