Slider Text Background

Home Forums All Other Themes Slider Text Background

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #56696
    MariaMaria
    Member
    • Topics: 8
    • Replies: 9
    • Total: 17
    Member since: September 27, 2016

    Is there a simple way to generate a background color for the Perfect Theme default slider text and/or description? I have text and pictures, but would like to keep the original images as is – which is making it difficult to see the slider title and text.

    Perhaps even a text background color with a degree of transparency?

    Thanks in advance!
    Maria

    http://TeamPLX.com

    #56747
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    HI Maria,

    Kindly add this in appearance>customize>scroll down to find Custom CSS box

    .title {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    }
    .slidedesc {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 25px 21.5px;
    }

    Regards,
    Shri

    #56769
    MariaMaria
    Member
    • Topics: 8
    • Replies: 9
    • Total: 17
    Member since: September 27, 2016

    Hi Shri,
    Thank you very much, that works perfectly!

    If I may – one more tweak to that. How can I make the corners of that box rounded?

    Thanks again,
    Maria

    #56770
    MariaMaria
    Member
    • Topics: 8
    • Replies: 9
    • Total: 17
    Member since: September 27, 2016

    Never mind. Got it.

    Thanks again, Shri!

    #56798
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slider Text Background’ is closed to new replies.