How to hide the Share button?
2 posters
Page 1 of 1
How to hide the Share button?
I have read through the Topics on How to hide the Share button and tried the following but it is giving me an error when I put it in Admin, Display, Colors, CSS Stylesheet and press submit, please can someone help?:-
- Code:
#fa_share { display:none !important }
sisterval- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: How to hide the Share button?
Hi,
If you're having an error, could you post the entire contents of your stylesheet here ? The rule you posted appears fine, so it's definitely not that.
If you're having an error, could you post the entire contents of your stylesheet here ? The rule you posted appears fine, so it's definitely not that.
Re: How to hide the Share button?
Very many thanks for your prompt reply, my CSS Stylesheet is as follows:-
img.smiley {
width: auto !important;
height: auto !important;
}
div.sceditor-emoticons {
overflow: auto;
max-height: 200px;
max-width: 250px;
}
.sceditor-emoticons > div > img{
width:0px !important;
#fa_share { display:none !important }
img.smiley {
width: auto !important;
height: auto !important;
}
div.sceditor-emoticons {
overflow: auto;
max-height: 200px;
max-width: 250px;
}
.sceditor-emoticons > div > img{
width:0px !important;
#fa_share { display:none !important }
sisterval- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: How to hide the Share button?
Replace it with this and you should be good.
The problem was that this rule was missing a closing brace.
- Code:
img.smiley {
width: auto !important;
height: auto !important;
}
div.sceditor-emoticons {
overflow: auto;
max-height: 200px;
max-width: 250px;
}
.sceditor-emoticons > div > img { width:0px !important }
#fa_share { display:none !important }
The problem was that this rule was missing a closing brace.
- Code:
.sceditor-emoticons > div > img {
width:0px !important;
Re: How to hide the Share button?
Very many thanks once again for your prompt reply. I did as you said and it is still giving me an error?
http://petsparlour.friendhood.net/login
http://petsparlour.friendhood.net/login
sisterval- Forumember
- Posts : 25
Reputation : 1
Language : English
Re: How to hide the Share button?
You copied this entire code, correct ?
I may have seen it wrong, but it looks like the top of the first rule was cut off.
- Code:
img.smiley {
width: auto !important;
height: auto !important;
}
div.sceditor-emoticons {
overflow: auto;
max-height: 200px;
max-width: 250px;
}
.sceditor-emoticons > div > img { width:0px !important }
#fa_share { display:none !important }
I may have seen it wrong, but it looks like the top of the first rule was cut off.
Re: How to hide the Share button?
Whoop, whoop , thankyou so much it has now accepted it. Thankyou so much for your time.
sisterval- Forumember
- Posts : 25
Reputation : 1
Language : English
Similar topics
» Share button
» How to remove this share button
» Facebook and Twitter share button by subject
» Issue with "Share/Action" button on Invision theme.
» How do you get a "hide category button"
» How to remove this share button
» Facebook and Twitter share button by subject
» Issue with "Share/Action" button on Invision theme.
» How do you get a "hide category button"
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum