Only recently I got to know that we can actually style form action. The trick is to use body with form action as shown below. Even though have used the class name id names can also be used.
body form[action="/SomeURL/DoSearch/"]
.className {
display: none !important;
visibility:hidden !important;
}
Samitha
No comments:
Post a Comment