change the text colour of Add to my friends list (hpBB2)
4 posters
Page 1 of 1
change the text colour of Add to my friends list (hpBB2)
How can I change the font colour of the following by CSS
Actions
Add to my friends list
Add to my foes list
This is for phpBB2 forum.
Much Thanks
Ape
Actions
Add to my friends list
Add to my foes list
This is for phpBB2 forum.
Much Thanks
Ape
Last edited by APE on March 11th 2014, 9:50 pm; edited 1 time in total
Re: change the text colour of Add to my friends list (hpBB2)
Where are these links -
Add to my friends list
Add to my foes list?
If you are using a code for them, then you should be able to modify it.
Add to my friends list
Add to my foes list?
If you are using a code for them, then you should be able to modify it.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: change the text colour of Add to my friends list (hpBB2)
Hi
Try this:
Regards,
Pizza Boi
Try this:
- Code:
label {
color: rgb(255, 255, 0);
}
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: change the text colour of Add to my friends list (hpBB2)
Hello APE,
For friends and foes, use this CSS :
For the Actions link in topics, try this CSS :
For friends and foes, use this CSS :
- Code:
/* add friend */
a.mainmenu[href^="/profile?friend"] { color:#00f; }
/* add foe */
a.mainmenu[href^="/profile?foe"] { color:#f00; }
For the Actions link in topics, try this CSS :
- Code:
.gensmall.bold a[href="javascript:showhide(document.getElementById('plus_menu'))"] { color:#f00; }
Re: change the text colour of Add to my friends list (hpBB2)
sorry ive just seen i need one for Share aswell please and that is the one found in a post
Re: change the text colour of Add to my friends list (hpBB2)
Use this for share :
- Code:
.addthis_button { color:#f00; }
Re: change the text colour of Add to my friends list (hpBB2)
Ange Tuteur wrote:Use this for share :
- Code:
.addthis_button { color:#f00; }
it did not work but the others did like a dream
Re: change the text colour of Add to my friends list (hpBB2)
Looks like the declaration might need to be important.
Here you go :
Here you go :
- Code:
.addthis_button { color:#f00 !important; }
Re: change the text colour of Add to my friends list (hpBB2)
You're welcome
Topic solved and archived
Topic solved and archived
Similar topics
» Chatbox - Set text colour & member list groups
» Change text colour
» how can I change the colour of text in code
» How to change text colour in message box?
» How to Change the Text Colour in JavaScript
» Change text colour
» how can I change the colour of text in code
» How to change text colour in message box?
» How to Change the Text Colour in JavaScript
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum