Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220494

    Hi!
    Is it possible to add a greyish/semi-transparent square background behind a small text on a page with a background image, so it stands out more and is more clearly readable while not hiding the main background image on the page?

    To give you an idea of what I mean, you can view this sample page:

    http://vacationrentalworldsummit.com

    and see the part on the bottom left where you see some text. I would like to put that text into a framed grey-transparent background, like that of the sliders when you add a headline. Is that possible?

    Thanks!

    Antonio

    #220906

    Hey Antonio!

    Please try adding following code to Quick CSS in Enold theme options under Styling tab and adjust as needed

    .page-id-9 .avia-builder-el-5 { padding: 20px;
    background-color: rgba(0,0,0,0.5); }

    First three zeros are RGB values of the color 0.5 is opacity level

    Best regards,
    Yigit

    #220927

    WOW, WOW, WOW! Spectacular! You guys are absolutely the best, I am so glad I am your customer!

    Keep the good stuff! Thank you so much!

    Antonio

    #220928

    Hey!

    Glad we could help Antonio :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding backrgound to text?’ is closed to new replies.