• Resolved YasPfav

    (@yaspfav)


    Hello!

    I’m having a problem with my slider and I can’t find the solution to it.
    When I activate the slider captions, there is a rectangle grey shade that appears over the image. I’m OK with the rectangle that appears where the caption text is, but I don’t want the other shade to appear because it does not look good with the image below.

    That rectangle does not appear when I hide the captions, so, is there a way to eliminate it while leaving the captions?

    Here’s my site: http://anglo.edu.py/wp/

    It isn’t finished yet, so you might find unfinished stuff.

    By the way, is there a way to change the color of the rectangle appearing in the slider text, it is green now and I will change my site’s colours so I might want to change that too.

    Thanks a lot!

    Yas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Access Keys

    (@access-keys)

    Hi there,
    Have you added any custom css codes so far ? You may add following css rule if you don’t want background for the caption title in Dashboard > Appearance > Theme Options > Tools > Custom css.

    .slider-caption .caption-title{
    background: none !important;
    }

    Thanks,

    Thread Starter YasPfav

    (@yaspfav)

    Hi!

    Thanks for your answer! I actually solved the problem but forgot to post it here.

    Yes, I added a custom CSS:

    .slider-caption {
    background: none !important;
    }

    And I also did the same for the rectangle in the caption title:

    .slider-caption .caption-title {
    font-size: 25px;
    background-color: rgba(22, 52, 122, 0.2);
    font-weight: bold;
    }

    Thanks a lot!

    Yas

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

The topic ‘Rectangle shade in slider with captions’ is closed to new replies.