• Resolved drica100

    (@drica100)


    Hi, I’m using this beautiful theme. Congratulations.
    I’d like to know if it’s possible to put a “background” under the title and slider legend.

    Or if it is possible to darken the Slider area, so that the title and caption are legible when the slider photo is clearer …

    • This topic was modified 6 years, 6 months ago by drica100.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @drica100,

    We have implemented text-shadow on the slider text, so it will be visible on any images.

    Also you can try following Custom CSS:

    .slider-content.text-center {
        background: rgba(0,0,0,0.3);
        padding: 20px;
    }

    Let us know if this work for you.

    Best Regards!
    Acme Themes

    Thread Starter drica100

    (@drica100)

    Thank you so much for your time….
    your theme is really great!

    Onli, please, if possible:
    Would it not be possible to LIMIT in a “rectangle” the background only around the caption and title?

    Theme Author Acme Themes

    (@acmethemes)

    Hello drica100,

    Thanks for you nice word.

    It seems like it is not possible without customization of the theme.

    Thanks!

    Thread Starter drica100

    (@drica100)

    : (

    • This reply was modified 6 years, 6 months ago by drica100.
    Theme Author Acme Themes

    (@acmethemes)

    Sorry we couldn’t help you much!

    Theme Author Acme Themes

    (@acmethemes)

    Sorry we couldn’t help you much!

    Thread Starter drica100

    (@drica100)

    Well… and about using “background” only in the “legend” … and not in the slider title?

    Theme Author Acme Themes

    (@acmethemes)

    Hello,

    You can try the collowing CSS and change the properties according to your requirements.

    .image-slider-wrapper .slider-content p {
        background: #f88c00;
        padding: 10px;
    }

    Best Regards!
    Acme Themes

    Thread Starter drica100

    (@drica100)

    Great! exactly!
    ??

    I’ll try to put transparency here, if I can not, I’ll ask for new help!

    Thread Starter drica100

    (@drica100)

    I left it this way and it was exactly what I needed!
    You guys are great, the theme of you guys is great!

    .image-slider-wrapper .slider-content p {
        background: rgba(0,0,0,0.3);
        padding: 10px;
    }

    Thanks!!!

    Thread Starter drica100

    (@drica100)

    2 seconds ago
    I left it this way and it was exactly what I needed!
    You guys are great, the theme of you guys is great!

    .image-slider-wrapper .slider-content p {
    background: rgba(0,0,0,0.3);
    padding: 10px;
    }
    Thanks!!!

    Thread Starter drica100

    (@drica100)

    I left it this way and it was exactly what I needed!
    You guys are great, the theme of you guys is great!

    .image-slider-wrapper .slider-content p {
        background: rgba(0,0,0,0.3);
        padding: 10px;
    }

    Thanks!!!

    Theme Author Acme Themes

    (@acmethemes)

    Great to know your problem solved ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘background under the title and legend to slider’ is closed to new replies.