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

Transparent box over text

New Here ,
Mar 09, 2017 Mar 09, 2017

There is a center column of text that appears to have a transparent box over it, making the text and graphics lighter. Any help in getting rid of it?

298
Translate
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

correct answers 1 Correct answer

Community Expert , Mar 09, 2017 Mar 09, 2017

In your 3col_leftNav.css file, you have set the opacity of the #content element to 50%

#content{

     float: left;

     width: 53%;

     background-color: #FFF;

     opacity: .5;

     color: #000;

}


...remove the opacity setting and it will come back.

Translate
Community Expert ,
Mar 09, 2017 Mar 09, 2017

In your 3col_leftNav.css file, you have set the opacity of the #content element to 50%

#content{

     float: left;

     width: 53%;

     background-color: #FFF;

     opacity: .5;

     color: #000;

}


...remove the opacity setting and it will come back.

Translate
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 09, 2017 Mar 09, 2017
LATEST

Here's the link: The Catholic Dicocese of Lubbock

Fix your code errors.  Among other things, you have too many <body> tags and unpaired HTML tags that need attention.  See link below for details.

[Invalid] Markup Validation of http://catholiclubbock.org/Advocacy.html - W3C Markup Validator

Once your code errors are cleaned up, we can take another look if needed.

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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