Arcade Theme- CSS Change – Transparent Box Behind Title and Tagline

  • I’m trying to figure out how to edit the css to allow me to add a transparent box behind the Site Identity Text (Title, Tagline, and Icon) to allow them to show up more clearly against the background. I found the following code, but as it is not a slide, it doesn’t work in this case. Could you advise?

    .text-slider {
    background-color: rgba(0,0,0,0.2);
    }

    source

    The blog I need help with is: (visible only to logged in users)

  • I probably should have clarified… I’d like it to be 1 semi-transparent box behind all of the site identity info, so it’s all offset together:

    Whitley Abell
    <icon>
    Literary Agent. Bookworm. Fangirl. Writer.

    … if that makes sense.

  • Hi there, we will have to apply that to the #site-meta div like this.

    #site-meta {
      background-color: rgba(0,0,0,0.2);
    }
  • The topic ‘Arcade Theme- CSS Change – Transparent Box Behind Title and Tagline’ is closed to new replies.