Opacity in textbox

Support Area Forums Grassroots Opacity in textbox

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.exitcirklen.dk
  • Author
    Posts
  • #38461
    Avatar photoSteffen Rasmussen
    Participant

    Hi Bill,

    Under the advanced tab, what do i type to make the texbox with the main content text transparent.
    Like a 50% opacity, so the background image is visible, but not making text hard to read? 🙂

    #38462
    Bill Robbins
    Moderator

    Hi Steffen,

    You can do that. Add this to your Custom CSS:

    
    #wrap { background-color: rgba(255, 255, 255, 0.5); }
    

    That will make the background a semi-transparent white. You can adjust the opacity by changing the 0.5 to a larger or smaller number. Zero is completely transparent and 1.0 is completely opaque.

    Hope that helps out,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Opacity in textbox’ is closed to new replies.