Skip to main content
rghavami
Inspiring
August 22, 2014
Answered

Search box shape/size customisation

  • August 22, 2014
  • 1 reply
  • 277 views

I noticed that the default style of the search box has rounded corners.  I want a slightly different shape for the search box.  Is there a way to do this in RoboHelp HTML 11?

This topic has been closed for replies.
Correct answer Willam van Weelden

There is. In the CSS, find input.wSearchField. This holds the styling for the search box. You can change the rounded corners by modifying the border-radius property.

Kind regards,

Willam

1 reply

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
August 26, 2014

There is. In the CSS, find input.wSearchField. This holds the styling for the search box. You can change the rounded corners by modifying the border-radius property.

Kind regards,

Willam