|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization How to style the $MODULE_SEARCH_FORM$ |
How to style the $MODULE_SEARCH_FORM$ |
It is having this class
Code <div class="searchForm"> Secondly i want a pop up window warning users before entering a certain category in photo album it contains gory images some wouldnt wanna see. The pop up window displays continue or leave buttons. How can i achieve this? Systems developer
|
Soldierdevil, you don't have to override any existing CSS value. It's enough if you create a new line in the CSS of your website using the .searchForm class and specify the properties.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog, have used this
Code #searchForm {float:center;width:100% !important; height: 30px !important;} Systems developer
|
Soldierdevil, you cannot call a class with (#) since its called by a dot (.)
Code .searchForm {float:center;width:100% !important; height: 30px !important;} or you may change class to id. 1F4BF3B
Post edited by Cyberdasm - Wednesday, 2016-11-16, 10:53 PM
|
| |||
| |||