Page 1 of 1
change How to change the color of the search button in the webhelp output
Posted: Tue May 17, 2022 6:18 am
by bill
I want to change the color of the search button in the webhelp output, can you help me?
My oxygen version is 23.1 and the output is webhelp form.
search button.png
Re: change How to change the color of the search button in the webhelp output
Posted: Tue May 17, 2022 1:47 pm
by cosmin_andrei
Hello,
As the WebHelp output is highly customizable, either through CSS customizations or through HTML fragments that could include Javascript code inside them, you could most probably achieve this through a customization of your own as following:
Code: Select all
.wh_search_button {
background-color: #513f8b;
}
More details are available here:
https://www.oxygenxml.com/doc/versions/ ... h-css.html
If you find customizing the output using CSS too complicated, as an alternative, there is also the Oxygen Styles Basket, which is a web-based tool that could be used to style the output using a graphical user interface and to create a publishing template out of the resulted customization:
https://www.oxygenxml.com/styles_basket.html
There is also a dedicated video demonstration you could watch, which describes the Styles Basket and how you could use it.
https://www.oxygenxml.com/demo/osb_video.html