Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mengler12 Friend
    #1069211

    Hello,
    How would I go about making this div more transparent? Essentially, I want to be able to clearly read the content of the div box but make the “white” background more see through.

    <div class="sp-quote"><img src="images/joomlart/other/spt-bg-2a.jpg" alt="business planning by Bay Area Business Design" />
    <div class="sp-quote-ct">
    <h4><strong>Take A Look Inside</strong></h4>
    <a href="our-services/services-overview"> <img src="images/logos/babdlogo_150x150.png" alt="Bay Area Business Design" align="right" /></a>
    <p>Before you read further into this article, take a peek inside an actual jQuery + HTML5 + CSS3 + Bootstrap infused plan. Just image, being able to send a bank or investment firm a link to your custom designed "WOW" business plan.</p>
    </div>

    Page Link

    Pankaj Sharma Moderator
    #1069427

    Hi
    Add below code in custom.css file

    .sp-quote .sp-quote-ct {
        background-color: rgba(255,255,255,0.55) }

    change the value of 0.55 as per needs.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum