Home Forums WordPress WordPress Slider Transparent Background for Slider

This topic contains 3 replies, has 3 voices, and was last updated by Profile photo of Kelly Kelly 2 days, 10 hours ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3195
    Profile photo of mechanikism
    mechanikism
    @mechanikism

    Participant

    Is it possible to set the background of the slider to be transparent instead of a solid color?

    #3253
    Profile photo of orone
    orone
    @orone

    Participant

    Looking for clarity to this question as well.

    #3258
    Profile photo of mechanikism
    mechanikism
    @mechanikism

    Participant

    I found a solution that worked for me. I added the following additional CSS to my page:

    div.huge_it_slideshow_image_wrap_2 {
            background: rgba(0, 0, 0, 0);
    }

    That successfully made the background of the slider itself transparent, however the images still fade to a white-ish color when changing (I have the slider set to no transitions, as they flicker really badly in my template – also something I need to solve).

    #3298
    Profile photo of Kelly
    Kelly
    @kelly

    Moderator

    Dear @mechanikism May I see your page link please?

    And thank you for the codes, @orone may also use it, it’s the correct solution

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

You must be logged in to reply to this topic.