• I am running Divi Version: 2.7.5 In any module with a text editor, I cannot change the background color or opacity. I am stuck with a white box around the text. I want a semi transparent background over which I can place my text.
    The problem can been seen at the bottom of THIS page.

    Any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello mrboardfeet.

    Please use the below line of in your theme style-sheet

    body .header-content p {
    background-color: #fff;
    opacity:0.6;
    }

    Thanks

    Thread Starter mrboardfeet

    (@mrboardfeet)

    Thanks! You are my new favorite person!!! I can see from the code how to change the back ground color and opacity.
    Thank you from saving me from ramming my head into my keyboard (again).

    Thread Starter mrboardfeet

    (@mrboardfeet)

    If I wanted to apply the same CSS to a text module would it be something like this?
    body .text-content p {
    background-color: #fff;
    opacity:0.6;
    }

    Yes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text back ground color’ is closed to new replies.