Skinning Certain Things
Started By ojhernandez, Feb 12 2011 07:23 PM
17 replies to this topic
#1
Posted 12 February 2011 - 07:23 PM
Hello all,
I am new to this forum. I signed up after liking the IPB Skinning guide so much although I believe I might have missed something.
How do I change the color of the text for the following things:
- Titles of Hooks Text Color
- At the bottom, text that says "Click here to show fliter options"
Thanks!
ojhernandez
I am new to this forum. I signed up after liking the IPB Skinning guide so much although I believe I might have missed something.
How do I change the color of the text for the following things:
- Titles of Hooks Text Color
- At the bottom, text that says "Click here to show fliter options"
Thanks!
ojhernandez
#2 Re: Skinning Certain Things
#3 Re: Skinning Certain Things
Posted 13 February 2011 - 12:29 AM
Broni, on 12 February 2011 - 09:19 PM, said:
Welcome aboard 
I'm not sure, what you're referring to with this:
I'm not sure, what you're referring to with this:
Like on Hooks in the right sidebar on my main page, the text that says "Recent Topics Added" and "Recent Files Added"
How do I change the color of that text?
Right now, it blends in with my background. I made that mistake and don't know how to fix it.
Thanks!
ojhernandez
#4 Re: Skinning Certain Things
#5 Re: Skinning Certain Things
Posted 13 February 2011 - 12:34 AM
Also, I'm sorry but how do I change the color of the text that says
"Mark this forum as read" where you are looking at posts
and the text that says
"Enter your sign in name and password" on the log in screen?
Thank You for All Your Help!
ojhernandez
"Mark this forum as read" where you are looking at posts
and the text that says
"Enter your sign in name and password" on the log in screen?
Thank You for All Your Help!
ojhernandez
#6 Re: Skinning Certain Things
#7 Re: Skinning Certain Things
Posted 13 February 2011 - 12:42 AM
Sorry, didn't see your reply at first. :)
www.c-stamp.com/forums
www.c-stamp.com/forums
#8 Re: Skinning Certain Things
Posted 13 February 2011 - 12:52 AM
Quote
the text that says "Recent Topics Added" and "Recent Files Added"
Quote
.general_box h3 {
background: none repeat scroll 0 0 #009900;
color: #009900;
}
background: none repeat scroll 0 0 #009900;
color: #009900;
}
=====================================================================================
"Mark this forum as read"
Quote
#forum_table .maintitle .desc a {
color: #009900;
}
color: #009900;
}
"Enter your sign in name and password"
Quote
div#login_form h3 {
font-size: 1.1em;
color: ??;
}
font-size: 1.1em;
color: ??;
}
Add line in red
#9 Re: Skinning Certain Things
Posted 13 February 2011 - 01:03 AM
Thank You So Much!!!!
ojhernandez
ojhernandez
#10 Re: Skinning Certain Things
#11 Re: Skinning Certain Things
Posted 13 February 2011 - 03:16 PM
Hello,
Sorry, I just had another quick question.
How do I change the color of the text "Topics" in my "Watched Content" hook?
To see it, you have to be registered so I attached a screenshot of it so that it would be easier. :)
Thanks,
ojhernandez
Sorry, I just had another quick question.
How do I change the color of the text "Topics" in my "Watched Content" hook?
To see it, you have to be registered so I attached a screenshot of it so that it would be easier. :)
Thanks,
ojhernandez
#12 Re: Skinning Certain Things
#13 Re: Skinning Certain Things
#14 Re: Skinning Certain Things
#15 Re: Skinning Certain Things
#16 Re: Skinning Certain Things
#17 Re: Skinning Certain Things
Posted 14 February 2011 - 12:00 AM
Broni,
I'm really grateful for all the help that you have given me.
I'm really sorry but I have yet another question.
I've tried adding the following code snippet to various places in ipb_profile.css but can't seem to solve my problem.
How do I change the color of the text in the profile tabs (as seen in my screenshot)?
Thanks
ojhernandez
I'm really grateful for all the help that you have given me.
I'm really sorry but I have yet another question.
I've tried adding the following code snippet to various places in ipb_profile.css but can't seem to solve my problem.
color: #FFFFFF;
How do I change the color of the text in the profile tabs (as seen in my screenshot)?
Thanks
ojhernandez

















