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

Change font color on text that has a text popup.

Guest
Jul 27, 2009 Jul 27, 2009

I have text in a table where I changed the text to "white".  It appears that when I add a text popup, I cannot change the color even thought it appears to have changed.  It appears white and also when I view the page it appears white.  However when I publish the project, the text is showing a different color.  Why is it doing that and how to I correct it?  Thanks.

Edit Screen print - text shows white in the green table.

Font Edit screen print.JPG

The view screen shows the text as white in the dark green box

Font View screen print.JPG

When published, the text turns a dark blue>

Font Published screen.JPG

878
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
LEGEND ,
Jul 27, 2009 Jul 27, 2009
LATEST

Hi,

I assume you created a text-only popup. When you did, Robohelp gives the hyperlink for the popup the class popupspot. In your CSS, add the following style:

a.popupspot { color: #FFF !important ;}

This will color all the popupspots white. When you only want to color this specific popupspot, add to this code to the head of your topic (before the </head> tag):

<style>

a.popupspot { color: #FFF !important ;}

</style>

Don't forget the !important statement to overwrite the standard RoboHelp style.

Greets

Willam

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
Resources
RoboHelp Documentation
Download Adobe RoboHelp