The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

CSS to remove the "Search Google" button under "Advanced Search"?

View previous topic View next topic Go down

Solved CSS to remove the "Search Google" button under "Advanced Search"?

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

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.

JellyBelly
Forumotion Member

Posts: 37
Language: English
Points: 28
Join date: 2011-11-30

Back to top Go down

Solved Re: CSS to remove the "Search Google" button under "Advanced Search"?

Post by Guest on December 3rd 2011, 11:17 pm

Try:
Code:
input.button2[value="Search Google"]{
display: none !important;
}

or:
Code:
input[value="Search Google"]{
display: none !important;
}

Guest
Guest


Back to top Go down

Solved Re: CSS to remove the "Search Google" button under "Advanced Search"?

Post by JellyBelly on December 4th 2011, 12:12 pm

Awesome! The first one worked.

Thanks a lot!! Smile

JellyBelly
Forumotion Member

Posts: 37
Language: English
Points: 28
Join date: 2011-11-30

Back to top Go down

Solved Re: CSS to remove the "Search Google" button under "Advanced Search"?

Post by Sanket on December 4th 2011, 12:50 pm

Topic Solved & Locked

Sanket
Administrator
Administrator

Male
Posts: 37143
Age: 28
Language: English
Location: Mumbai
Points: 128148
Join date: 2008-10-01

http://webartzforum.com

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum