News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - CB

Pages: 1 ... 13 14 [15] 16 17
211
Style Support / Re: Changing Text Color
« on: June 30, 2011, 01:38:02 pm »
You are scrolling through the css to find things?supportsupportsupport??      Why aren't you doing a search?     Use your browsers search feature and type  .inner      It'll find it for you fast.


How and where do I use the search function for CSS? I know how to use the search function for the main forum, but never knew about searching within CSS codes.

212
Style Support / Re: Changing Text Color
« on: June 30, 2011, 01:33:12 pm »
Change the font color here:
Code: [Select]
.inner
{
 padding: 1em 1em 2px 0;
 margin: 0 1em 0 0;
 border-top: solid 1px #6F5C45;
 color: #7F7F7F;
}


I've been scrolling looking for this. Can't find it. Is the code near the top, middle or end of overall CSS?


Okay, I found this one. It's working now.

213
Style Support / Re: Changing Text Color
« on: June 30, 2011, 01:28:17 pm »
Change the font color here:
Code: [Select]
.inner
{
 padding: 1em 1em 2px 0;
 margin: 0 1em 0 0;
 border-top: solid 1px #6F5C45;
 color: #7F7F7F;
}


I've been scrolling looking for this. Can't find it. Is the code near the top, middle or end of overall CSS?

214
Style Support / Re: Changing Text Color
« on: June 30, 2011, 01:26:48 pm »
The Lobby, Home Entertainment Center, etc -   those are Categorys.
To change that font color you need to change the font color for catbg thruout the css.



A little unclear about this. Are you saying that Category's code is scattered throughout the CSS code and that I will have to go in a change the color more than once?

215
Style Support / Re: Changing Text Color
« on: June 30, 2011, 12:58:39 pm »
Okay, I got both the Headers and Description colors set the way I want.  :)


Next up, how do I change the default color to white (#fff) when making thread post(s). It's currently set to a default grey which makes it hard to read on black background.

216
Style Support / Re: Changing Text Color
« on: June 30, 2011, 03:47:29 am »
Can you double check on those codes you gave me? I'm trying to change the Description Text to white using the code you told me to swap in. But when I'm done doing so, the entire board itself, along with the Description Text turns white.


FYI, I'm using the Prince Of Darkness Theme if that helps.



217
Style Support / Re: Changing Text Color
« on: June 29, 2011, 04:40:20 am »
Okay, I swapped out the colors to see what it looked like. It did what I wanted...kinda. As you mentioned it did change more than I wanted. I liked the white color for the description. But I would like to be able to keep the white for the description while also being able change the rest of the text to a different color: Baby Blue or some color close to that.


I switched back to the original color for the time being till I get your input.

218
Style Support / Re: Changing Text Color
« on: June 29, 2011, 04:35:05 am »
In style manager - modify the style you are using on your forum


Okay, I see the CSS now. But what to do now that I'm here? Do I just drop the code from the previous post in there or am I suppose to swap put a code?


Panic attacks commencing.

219
Style Support / Changing Link/Title Underline and Color
« on: June 29, 2011, 01:33:13 am »
When I post links with name titles in it like this ‘Toy Story 4′ Could Be In The Works, Along With Other Pixar Films


As you can see it has an underline under it. I'm use to other sites that have removed the underline as it's more pleasing to my eyes. So, how do you remove the underline as well as changing the text color of the links too? Some have gone with a blue color, others with a red color. I'd just like to know the steps for future references.


Thanks in advance.

220
Style Support / Re: Changing Text Color
« on: June 28, 2011, 10:11:12 pm »
You can change that font color but it will change it to white in several other places.   You can try it and set it back if you dont like it.

find this in the css - change the font color to #fff; for white
Code: [Select]
/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr
{
 color: #7f7f7f;
}


Where exactly is the CSS at?

221
Style Support / Re: Post Redirection
« on: June 28, 2011, 07:11:38 pm »
Okay...done. :)

222
Style Support / Re: Post Redirection
« on: June 28, 2011, 07:07:21 pm »
Its a preference setting in your Profile > Look and Layout Settings
Put a check in:   Return to topics after posting by default.


So I can't do a Global thing where everyone will have it return to Topics or is it left to each member that joins to decide what they want?

223
Style Support / Post Redirection
« on: June 28, 2011, 07:02:50 pm »
One thing I have noticed on my forum is that right after I make a post in a thread, it redirects me to the index rather than just continuing from the point of the post. I then have to go back into the thread and then scroll down to the last post. Why is this happening? All the other forums I have been a member of, it's never done this.



224
Style Support / Re: Changing Text Color
« on: June 28, 2011, 06:39:53 pm »
To change the color of the Board Title:
Find this in the css and change the color code:
Code: [Select]
/* the board title! */
.table_list tbody.content td.info
a.subject
{
 font-weight: bold;
 font-size:
110%;
 color: #d97b33;
}

Your Board Titles look grey on my end.   If you meant to say the Category Header titles do a search thruout the css for catbg then change the color code to the color you want.  It'll need to be done in several places in the css.

Before doing any of these changes I would first check your PM box as I replied to yours and gave you some information about the style you are using.


Comic Books Text currently set at White. I'd like to change it to Blue
And underneath Comic Book Title where it says Talk about DC, which is a grey color, I'd like to change that to White.


For Board Title, I'm guessing that's the one that these topics fall under?

225
Style Support / Re: No New Post Icons Maintenance
« on: June 28, 2011, 05:28:10 pm »
Checking back inside the original Image URL links I noticed that they had "reset" to the last configuration. Why, I have no idea. Does this happen a lot?

No this normally does not occur.

Did you set a name for the custom image set in Customize Images?   (at the bottom of that page)

Also - the forums were moved to a new server.   Maybe that caused that to happen, especially if you had not set up a custom image set.


I didn't set any names for the Custom Image Set. Didn't know what it was for. Is this a problem?

Pages: 1 ... 13 14 [15] 16 17