• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to put all sections background, transparent in version 2017

New Here ,
Mar 24, 2020 Mar 24, 2020

Copy link to clipboard

Copied

How to put all sections background, transparent in version 2017

 

Thank you.

Views

363

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2020 Mar 24, 2020

Copy link to clipboard

Copied

Are you asking how to make web page background transparent? 

Edit your CSS code.  Or add this wildcard to the very bottom of your stylesheet(s).

 

* {
    background-color:transparent !important;
}

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 25, 2020 Mar 25, 2020

Copy link to clipboard

Copied

The method Nancy points out will work, but it's along the lines of using a stick of dynamite to get rid of a gopher.

HTML elements are transparent by default. If you have a color you want to get rid of in the background, all you should need to do is remove the "background" or "background-color" setting from its css.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 25, 2020 Mar 25, 2020

Copy link to clipboard

Copied

LATEST

The size of some gophers around these parts, two legs, two arms, no brain etc - you need a stick of dynamite, maybe even 2 to get the job done.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines