loudnessjr
asked 11 years ago

can search button at the top right can be remove?

if can..how can i remove it??please!!need help!!

2 Answers
DominicStaff
answered 11 years ago

If you want to remove the search button on the Theme Wallpress, you can log in to Dashboard > Appearance > Editor > open the style.css file add the following code:

 
#searchform {
    display: none;
}

Regards,
Dominic

loudnessjr
replied 11 years ago

thank you so much

loudnessjr
replied 11 years ago

wait, is it in the Stylesheet (style.css)??

Dominic Staff
replied 11 years ago

Yes, you can add to the Stylesheet (style.css)
Regards,
Dominic

loudnessjr
replied 11 years ago

I just want to remove the search button at the top right not all

DominicStaff
answered 11 years ago

To resolve this issue you can add the following code:


#searchform #s {
     background: none;
}

Regards,
Dominic

Powered by DW Question & Answer Pro