Viewing 4 replies - 1 through 4 (of 4 total)
  • In your custom style, change:

    .site-header, .site-content, .site-footer {
       width: 80%;
    }

    to:

    .site-header, .site-content, .site-footer {
       width: 80%;
       opacity:0.8;
    }

    Or change the 0.8 value to your liking.

    Thread Starter franceswright

    (@franceswright)

    Question I do not see this exact text . Would this be under the section of header in my css. Or do I need to go change each of these separately.

    Example

    .site-header{ width: 80%
    opacity: 0.8;}

    I do not see them set up like the example you offered.

    When I look in your source code, it’s pretty much the first CSS I see that has been entered in the Custom CSS box.

    But, if you can’t find it anywhere, you can always just add this to your CSS:

    .site-content {
       width: 80%;
       opacity:0.8;
    }
    Thread Starter franceswright

    (@franceswright)

    Thank you is it a way in the css or html I can just make it go directly to the homepage.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Make white text box transparent’ is closed to new replies.