Copy link to clipboard
Copied
How do I change the highlight color used when "highlight search results" is selected and I'm working with the Multiscreen HTML5 layout? I know how to change it for the WebHelp Pro layout, but haven't been able to find where this is changed for Multiscreen HTML5. Is it now part of the style sheets?
Copy link to clipboard
Copied
I am not sure but try this.
Look in the Screen Layout folder and you will see the CSS being used.
Look for this and try changing the colour.
div.wSearchResultSettings {
width: 100%;
margin: 0;
padding: 0;
background-color: #02b5bc;
height: auto;
overflow: visible;
overflow: hidden;
}
If it is not that selector, try some of the others or decide you really do like the default colour. ![]()
See www.grainge.org for RoboHelp and Authoring tips

Copy link to clipboard
Copied
This is a tricky one, as you can only set it in the widget properties. See my blog post http://www.wvanweelden.eu/blog/2013/03/18/set-multiscreen-html5-search-highlight-colour
@Peter: the selector you provided is for styling the section holding the settings for the search result page: number of search results + highlight search results.
Greet,
Willam
Copy link to clipboard
Copied
Thanks, William, that did the trick!
Copy link to clipboard
Copied
@Willam
It was the best answer after yours, albeit totally wrong. ![]()
Copy link to clipboard
Copied
For those who prefer the HTML editor:
<?rh-msp-search-highlight-control id="highlightsearch" widgettype="highlightsearch" type="checkbox" checked="true" class="wSearchHighlight" textcolorval="#000000" bgcolorval="yellow" ?>
Copy link to clipboard
Copied
How exactly do you open this file in the RoboHelp HTML Editor?
Copy link to clipboard
Copied
Sorry for the lack of context.
To open the file in RoboHelp:

You can also access this file directly and modify it in a text editor like Notepad or Notepad++. The file is located in: [Project Folder]/!ScreenLayout!/[Layout Name]/SearchResults.slp. The actual file name might vary by layout, I'm not sure, but it should be fairly obviously named, and always a .slp filetype.
Hope that helps!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more