Post link color
Page 1 of 1
Post link color
hello,
i just wondering if we can change link color on post page, i means i want to make that link colored for make it more clear to see. and for some reason i want to make link on my forum main page colored in black but i want to make link on post body in different color. can we do that?
i know there is option to change link color on acp > style but i dont want to use it bcz it also affected link on main forum page which i want to stay colored with default color. i just wonder what really this code function on forumotion CSS, bcz i think its for coloring link on post index but its not working when i try to apply it
thanks, im looking forward for answer for it
adiex
i just wondering if we can change link color on post page, i means i want to make that link colored for make it more clear to see. and for some reason i want to make link on my forum main page colored in black but i want to make link on post body in different color. can we do that?
i know there is option to change link color on acp > style but i dont want to use it bcz it also affected link on main forum page which i want to stay colored with default color. i just wonder what really this code function on forumotion CSS, bcz i think its for coloring link on post index but its not working when i try to apply it
- Code:
.postlink {
color: #1391f2;
border-bottom-color: #1391f22;
}
.postlink:visited {
color: #5D8FBD;
border-bottom-color: #666666;
}
.postlink:active {
color: #1391f2;
}
.postlink:hover {
background-color: #D0E4F6;
color: #0D4473;
}
thanks, im looking forward for answer for it

adiex
Adiex- Active Poster
-
Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD
Re: Post link color
anyone? a little help here 

Adiex- Active Poster
-
Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD
Re: Post link color
There are more places you have to edit the css.
It is better if you edit the colors regularly and save them. Then go to the css and delete all of it, before you click save there, Click on "See your forum’s basic CSS" in the top left of the css box copy all of that and then paste it into the css area.
Then click save. Believe me this works as I have done it before.
It is better if you edit the colors regularly and save them. Then go to the css and delete all of it, before you click save there, Click on "See your forum’s basic CSS" in the top left of the css box copy all of that and then paste it into the css area.
Then click save. Believe me this works as I have done it before.
Guest- Guest
Re: Post link color
yep it work because i've done it before, i just forget how to make it work again lmao
, btw thanks man 


Last edited by Adiex on Sat 10 May - 14:07; edited 1 time in total
Adiex- Active Poster
-
Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD

» How to change the link color in a post?
» How do I post an outside link on home page? Link is too long.
» Change color of post background and text color.
» How to make number of post ,Joined date,and many other data in the post bolded and in color?
» Change color of post BG and text color.
» How do I post an outside link on home page? Link is too long.
» Change color of post background and text color.
» How to make number of post ,Joined date,and many other data in the post bolded and in color?
» Change color of post BG and text color.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum