The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

remove share option

4 posters

Go down

remove share option Empty remove share option

Post by qmars(pkq) July 20th 2014, 12:13 pm

how can i remove these in blog
remove share option 1865165740sss
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by SLGray July 20th 2014, 8:26 pm

Please post a link to a blog guests can see.


remove share option Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

remove share option Empty Re: remove share option

Post by Sir. Mayo July 21st 2014, 12:23 am

Like SLGray said please post a link to the blog that guests can see or provide a test account.
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

remove share option Empty Re: remove share option

Post by qmars(pkq) July 21st 2014, 5:39 am

SLGray wrote:Please post a link to a blog guests can see.
username: APE
password : ape-13
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by SLGray July 21st 2014, 8:12 am

Where is a link to a blog?


remove share option Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

remove share option Empty Re: remove share option

Post by qmars(pkq) July 21st 2014, 11:36 am

qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by TheCrow July 21st 2014, 12:12 pm

Hello,

Try this code in your CSS:
Code:
#bookmarks {
float: right;
display: none;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

remove share option Empty Re: remove share option

Post by qmars(pkq) July 21st 2014, 12:47 pm

it was work mr mind
tnx!
and how can i change this
remove share option 69405915523123
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by TheCrow July 21st 2014, 1:04 pm

Hello,

Change the below colors of the code:
Code:
.blog_cal-content {
background: #fa9600; /*this is the orange background of the calendar. Change the #fa9600 to whatever you want*/
color: #1a1919; /*this is the color of the numbers in the calendar. Change the #1a1919 to whatever you want for the number color*/
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
line-height: 1.4em;
padding: 1px;
text-align: center;
width: 2.9em;
}

.blog_cal-border {
background: #000; /*this is the black border line. You can change the #000 to the color you want*/
border: 1px solid #fa9600; /* This is the orange color of the border. Change the #fa9600 to the color you want the border to have*/
display: inline;
float: left;
font-size: 1.2em;
margin-right: 1em;
padding: 1px;
}

Change the marked field. As soon as you put the code in your CSS the marked fields will turn up orange. That specific line you must change and modify it as you want to change.
That should be it!

So long,
MrMind.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

remove share option Empty Re: remove share option

Post by qmars(pkq) July 21st 2014, 1:15 pm

bro
i want to change it with just a picture
note calender
tnx for your fast answer
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by TheCrow July 21st 2014, 2:16 pm

The calendar is a text made to seem as an image. If you want to add a steady image there then you must remove the calendar (Display:none;) and add the image you want. If you wish to do that then tell me and i will send you the code.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

remove share option Empty Re: remove share option

Post by qmars(pkq) July 21st 2014, 2:50 pm

MrMind wrote:The calendar is a text made to seem as an image. If you want to add a steady image there then you must remove the calendar (Display:none;) and add the image you want. If you wish to do that then tell me and i will send you the code.
yes bro
i want it
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

remove share option Empty Re: remove share option

Post by TheCrow July 21st 2014, 3:13 pm

Ok then.
Add in your css the below:
Code:
.blog_cal-content {
background:transparent;
background-image: url(https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678116-calendar-64.png);
width: 64px;
height: 64px;
}
.blog_cal-border {
background: none;
border: none;
}
.blog_cal-content span {
display: none;
}

These codes give you this result:
remove share option NskAX2d
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Back to top

- Similar topics

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