CSS to remove the "Search Google" button under "Advanced Search"?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
CSS to remove the "Search Google" button under "Advanced Search"?
Is there any CSS code I could use to make the "Search Google" button (on the "Advanced Search" page) disappear? The Google search doesn't even work on my site because it's a closed site, so only the "regular" forum search function works.
Thanks.
Thanks.
JellyBelly- Forumotion Member
- Posts: 37
Language: English
Points: 28
Join date: 2011-11-30
Re: CSS to remove the "Search Google" button under "Advanced Search"?
Try:
or:
- Code:
input.button2[value="Search Google"]{
display: none !important;
}
or:
- Code:
input[value="Search Google"]{
display: none !important;
}
Guest- Guest
Re: CSS to remove the "Search Google" button under "Advanced Search"?
Awesome! The first one worked.
Thanks a lot!!
Thanks a lot!!
JellyBelly- Forumotion Member
- Posts: 37
Language: English
Points: 28
Join date: 2011-11-30
Re: CSS to remove the "Search Google" button under "Advanced Search"?
| Topic Solved & Locked |
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by JellyBelly on December 3rd 2011, 8:39 pm







