• Is there a way to remove or relocate the transparent box in the middle of the home page theme. this is infront of the main picture.

    Please let me know as i am trying hard to finish my website but thats the only thing that is currently pending

Viewing 1 replies (of 1 total)
  • Hi, you can use the following CSS in Appearance->Customize->Additional CSS

    #site-identity {
      background-color: initial;
      border: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove transparent box infront of picture’ is closed to new replies.