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

Reversed white text on black background

Community Beginner ,
Jul 23, 2015 Jul 23, 2015

Copy link to clipboard

Copied

Hi guys, I'm building a site with the text reversed out. eg: white text on black background. The problem that i'm encountering is when my client placing the content into the content management window and certain tag like h1 ul take on the css properties off the template and turn white.

So the client has a hard time seeing white text on white background and the only workaround is to turn the template back to "Don't use a template" and then all the text is back to black.

Any ideas on how i can fix this or manage this better?

Screen Shot 2015-07-24 at 10.33.46 am.png

Screen Shot 2015-07-24 at 10.34.08 am.png

Screen Shot 2015-07-24 at 10.34.32 am.png

TOPICS
Content management and modules

Views

1.2K

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

correct answers 1 Correct answer

LEGEND , Jul 24, 2015 Jul 24, 2015

Under tools - Editor tools - Select the site.

You will see a variety of tabs and one will be the CSS for the editor. You can put in overide styles so the white items are black so they visible.

Votes

Translate

Translate
LEGEND ,
Jul 23, 2015 Jul 23, 2015

Copy link to clipboard

Copied

If you have access to a partner portal you can go in there and go into tools and change the editors styles to handle this stuff.

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 Beginner ,
Jul 23, 2015 Jul 23, 2015

Copy link to clipboard

Copied

Hi Liam, yes i do have access to the partner portal but what do you change in there? sorry i'm fairly new to bc.

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 ,
Jul 24, 2015 Jul 24, 2015

Copy link to clipboard

Copied

Under tools - Editor tools - Select the site.

You will see a variety of tabs and one will be the CSS for the editor. You can put in overide styles so the white items are black so they visible.

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 Beginner ,
Jul 26, 2015 Jul 26, 2015

Copy link to clipboard

Copied

Hi Liam, thanks for the reply. This is working for me have reset the "p" and "h1" classes but still having trouble with the "a".  I've tried, (see below, but still white) any suggestions?

a {

    color: #000000 !important;

}

a:link {

    color: #000000 !important;

}

a:visited {

    color: #000000 !important;

}

a:hover, a:active, a:focus {

    color: #000000 !important;

}

#frame #content_frame #content section a {

color: #000000 !important;

}

#frame #content_frame #content section a:link {

color: #000000 !important;

}

#frame #content_frame #content a {

color: #000000 !important;   

color:Black !important;

}

#frame #content_frame #content a:link {

color: #000000 !important;   

color:Black !important;

}

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 Beginner ,
Jul 29, 2015 Jul 29, 2015

Copy link to clipboard

Copied

LATEST

Hi, this did in fact work, but was just a bit on the finicky side had to log out and the next day when i logged back in it was all updated and the text was black. So big thank you to Liam 😃

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