Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #326435

    Hi, I’m working in new test site

    http://coronatolive.com/#about-us

    I like to have the text of “About us” section with a background in color X, opacity of X% and text color X.

    Can you send me the css customization?

    Thanks so much!!

    Xavier.

    #326447

    Hey xpoveda!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    div#about-us .container {
    background-color: rgba(0,255,0,0.3);
    padding: 10px;
    color: white;
    }

    0,255,0 is RGB value of the color and 0.3 is opacity level

    Cheers!
    Yigit

    #327114

    Perfect!!!

    Xavier.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘background opacity text in color section’ is closed to new replies.