change How to change the color of the search button in the webhelp output

Having trouble installing Oxygen? Got a bug to report? Post it all here.
bill
Posts: 13
Joined: Tue May 17, 2022 5:56 am

change How to change the color of the search button in the webhelp output

Post 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
search button.png (1.57 KiB) Viewed 578 times
cosmin_andrei
Posts: 138
Joined: Mon Jun 12, 2017 10:50 am

Re: change How to change the color of the search button in the webhelp output

Post 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
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
Post Reply