inherit
215636
0
Apr 5, 2015 18:17:35 GMT -8
ahgeoff
1
November 2014
ahgeoff
|
Post by ahgeoff on Nov 8, 2014 12:57:45 GMT -8
Hey, lovely theme! It works great, but I do have a few things that I need some assistance with. All of them have to do with color changing, so it's not major editing or even alignment of stuff. (Also, if any of these questions have been answered I'm sorry to bring them up again! x.x) First off, I should give you my forum here. I'll also link to the pages that show the issues at hand to try to make more sense. The issues I'm having are recoloring some things. I'll list and explain a bit so it's not so jumbled and confusing as my wiritng tends to be. For every situation I tried searching the HEX # for the original color in the CSS, I scoured it over 2-3 times to try to find the section that would be editable (I'm sure that I still missed the particular section I was looking for). 1. Member Profile PageAs you can see, the majority of my board is supposed to have that gray/blue/icy blue theme. On the member's page the tabs still have the original pinks, which I want to change but I can't seem to find the option for in the CSS sheet. You'll see on the mini profile as well the main border around the large avatar is the deep pink as well. As I said I wanted to edit these but couldn't find the option. >,> 2. Board ColorMy next issue was on the board color. When I say the board color I mean the white/gray boxes that have the desc/board title in them. I couldn't figure out how to change those colors either. 3. Link Colors In general they are edited to my liking- however on some parts they remain the deep pink. On the sections that show threads under a board you'll see the # of replies and the usernames are still the pink. On the threads themselves the usernames (and mini profile borders) also remain pink. 4. Thread Creation/Edit PreviewThe final issue I have, and most blaring, is the text/bckgd color of the Preview/Ediiting form. I took screenshots so you could see the issue without having to register and create a thread. You'll see the BBCode editing looks fine. But when you do the preview editing mode the text is black and hard to see against the background. Also on a version the tabs still have the pink hover color and light color on them like on the member profile pages. If there is any way to change the text color in previe or the background please let me know, I think it may be separate issue from the CSS and maybe impossible to change but it'd be nice to know for sure! That and fixing that tab color bit. figured this one out!
I hope to open my forum tonight, but I only can do so when I've got those issues fixed. Thank you for taking the time to read throught this and helping out!
|
|
Alisha
Junior Member
Cake, and grief counseling, will be available at the conclusion of the test.
Posts: 308
inherit
174267
0
Jun 17, 2024 17:20:06 GMT -8
Alisha
Cake, and grief counseling, will be available at the conclusion of the test.
308
December 2011
alishabussart
|
Post by Alisha on Nov 8, 2014 15:44:17 GMT -8
Hey ahgeoff, If you "ctrf+f / command+f" while your cursor is active in the css sheet, you can search and find values. 1. Go into your stylesheet and search for this hex code: #cfaab8. It should be attached to a class classed ".ui-tabMenu ul" and used in a border-bottom attribute. 2. Again, in your stylesheet, the background of the boards are defined by a class called ".boardremod" the background is "background: #FFF; " change the #FFF to your desired hex. 3. Finally, in the stylesheet, the link color is #812546, you can search for that hex, it should be around line 530 next to a variable labeled "@lists_links_color".
|
|
kika
New Member
Posts: 13
inherit
215716
0
Nov 15, 2014 13:18:58 GMT -8
kika
13
November 2014
kika
|
Post by kika on Nov 10, 2014 10:22:11 GMT -8
I have almost everything turned over to the colors I want for my site, however when you go into the threads and hover over the "post new thread" or "post reply" buttons there is still your darkest pink/purple color. I can't seem to find it in the coding though to replace it.
|
|
Alisha
Junior Member
Cake, and grief counseling, will be available at the conclusion of the test.
Posts: 308
inherit
174267
0
Jun 17, 2024 17:20:06 GMT -8
Alisha
Cake, and grief counseling, will be available at the conclusion of the test.
308
December 2011
alishabussart
|
Post by Alisha on Nov 10, 2014 12:08:53 GMT -8
kika Without a link to your site I cant be sure, but you may be referring to Admin Home > Themes > Advanced Styles & CSS > Visual Editor > Body(Content) > Containers > Title Bars > Buttons > Hover. Hex #5f384e.
|
|
kika
New Member
Posts: 13
inherit
215716
0
Nov 15, 2014 13:18:58 GMT -8
kika
13
November 2014
kika
|
Post by kika on Nov 10, 2014 12:51:45 GMT -8
YES! That is it! Thank you!
|
|
inherit
158359
0
Jan 3, 2023 17:25:30 GMT -8
Sarah Lee
12
September 2010
raynestorm
|
Post by Sarah Lee on Nov 10, 2014 14:52:13 GMT -8
Hey Alisha! I absolutely love this skin but I do have a question for you. I don't think it counts as new coding and if it does, my apologies. Is there any way to have member group colors show as the border around the avatars in the online/recent info center? I managed to change the color from black to purple but I wasn't sure if there was anything I could add in there to change the border. Thanks a bunch! xxhws.proboards.com/
|
|
Leaf
New Member
Posts: 4
inherit
192682
0
Feb 4, 2016 17:10:49 GMT -8
Leaf
4
April 2013
ladyleaf
|
Post by Leaf on Nov 16, 2014 10:44:28 GMT -8
Hello Alisha, I sorry to bother you but I have a quick question. I can't seem to find where to change the color for the line under the Profiles. I tried using the tips you gave ahgeoff but I still unable to find it. It's the only thing I cant seem to change, aha. Thanks for the help!
|
|
Alisha
Junior Member
Cake, and grief counseling, will be available at the conclusion of the test.
Posts: 308
inherit
174267
0
Jun 17, 2024 17:20:06 GMT -8
Alisha
Cake, and grief counseling, will be available at the conclusion of the test.
308
December 2011
alishabussart
|
Post by Alisha on Nov 16, 2014 14:25:09 GMT -8
Sarah Lee I took a look at the coding when you first posted, but I was running into issues getting the code to work for some reason. I'm kind of swamped with school(end of semester and all that), but hopefully I'll be able to find a solution for you soon. Leaf I'm sorry, but I cant do anything else to help you besides giving you an approximate line number of 516 in the stylesheet.
|
|
Leaf
New Member
Posts: 4
inherit
192682
0
Feb 4, 2016 17:10:49 GMT -8
Leaf
4
April 2013
ladyleaf
|
Post by Leaf on Nov 16, 2014 15:25:31 GMT -8
Maybe I'm overlooking it. Thank you for your help ^_^
|
|
inherit
158359
0
Jan 3, 2023 17:25:30 GMT -8
Sarah Lee
12
September 2010
raynestorm
|
Post by Sarah Lee on Nov 16, 2014 21:51:08 GMT -8
Thanks Alisha! School comes first and I hope everything is going well. -is taking a break with college- I appreciate you taking the time though. ^^
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Nov 25, 2014 15:53:07 GMT -8
|
|
Alisha
Junior Member
Cake, and grief counseling, will be available at the conclusion of the test.
Posts: 308
inherit
174267
0
Jun 17, 2024 17:20:06 GMT -8
Alisha
Cake, and grief counseling, will be available at the conclusion of the test.
308
December 2011
alishabussart
|
Post by Alisha on Nov 25, 2014 16:08:28 GMT -8
Shinobi Sorry, that is against my rules. The theme on that forum is actually one of mine, the support thread and links can be found here. If you want to use that board remodel, look into using that theme.
|
|
inherit
214664
0
Apr 16, 2020 15:22:39 GMT -8
Mookie
48
October 2014
flamehpoof
|
Post by Mookie on Dec 5, 2014 7:24:20 GMT -8
The links are broken....
|
|
mille
New Member
Posts: 2
inherit
216684
0
Mar 5, 2017 7:06:39 GMT -8
mille
2
December 2014
mille
|
Post by mille on Dec 9, 2014 13:56:24 GMT -8
Hi I'm trying to make this amazing theme work on my rp forum, but I'm not a code-geek (wish I were!).. Can I PM you somewhere?
|
|
inherit
214664
0
Apr 16, 2020 15:22:39 GMT -8
Mookie
48
October 2014
flamehpoof
|
Post by Mookie on Dec 10, 2014 6:21:41 GMT -8
Millie, perhaps I could help 'ya, I can code the words if you want.
|
|