inherit
245375
0
Feb 4, 2023 21:24:41 GMT -8
queenfoxy
273
June 2017
queenfoxy
|
Post by queenfoxy on Oct 5, 2017 12:57:37 GMT -8
testarea.freeforums.net/Thank you Tumbleweed. I really appreciate your help on this. It will mean a lot to me as time goes by. If you have any further advice for me, feel free to pass it on. I appreciate all the help I can get. This is my first attempt at a multi layer board at proBoards. Got a couple of little problems I need help with. Hi light color color obliterates everything in navigation tree bar, all drop downs, everything. Text is not centerd on this bar, Cannot find how or where to change color on "Create Thread" button and "Reply" button. I want to add a couple more layers to this, but first, I gotta get these little problems worked out. I really love working with multi layer boards and I will be forever greatful that you helped me to get started.
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on Oct 5, 2017 21:42:34 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 5, 2017 22:51:15 GMT -8
testarea.freeforums.net/Thank you Tumbleweed. I really appreciate your help on this. It will mean a lot to me as time goes by. If you have any further advice for me, feel free to pass it on. I appreciate all the help I can get. This is my first attempt at a multi layer board at proBoards. Got a couple of little problems I need help with. Hi light color color obliterates everything in navigation tree bar, all drop downs, everything. Text is not centerd on this bar, Cannot find how or where to change color on "Create Thread" button and "Reply" button. I want to add a couple more layers to this, but first, I gotta get these little problems worked out. I really love working with multi layer boards and I will be forever greatful that you helped me to get started. To get the text centered on the nav tree try adding this to the bottom of your style sheet: #nav-tree>li a{ line-height:.8em!important; } #nav-tree>li a:hover{ line-height:.8em!important; }I am suspecting it is doing the same thing with Participated on the right so if so, use this instead of the above: #nav-tree>li a , .recent-threads-button{ line-height:.8em!important; } #nav-tree>li a:hover, .recent-threads-button:hover{ line-height:.8em!important; }You might have to play with the .8em a bit to get it perfect. (Once you hit .9em the next bigger line height would be 1.0, then 1.2, etc, and then shorter would of course be .8, .7, etc.) Do you want the hover background color white with your text a different color or just want to change the background color so the text color shows. Seems you have them both set to white. You could just add that to the style above like I did in blue below: #nav-tree>li a , .recent-threads-button{ line-height:.8em!important; } #nav-tree>li a:hover, .recent-threads-button:hover{ line-height:.8em!important; background-color:#444444!important; color: #ff0000!important;} Or if you prefer, head to your visual editor and the Header (Top)>Navigation Tree Container>Links>Hover to change the text color or to change the hover background go down a tiny bit and you'll see a additional hover where you can change the background color. Oh, and your test site is looking pretty so far.
|
|
inherit
245375
0
Feb 4, 2023 21:24:41 GMT -8
queenfoxy
273
June 2017
queenfoxy
|
Post by queenfoxy on Oct 7, 2017 19:24:57 GMT -8
Thanks Tumbleweed, I'm off to work on tthis right now. Thanks ever so much for your patience and help.
Got a couple more questions coming soon.
|
|
inherit
245375
0
Feb 4, 2023 21:24:41 GMT -8
queenfoxy
273
June 2017
queenfoxy
|
Post by queenfoxy on Oct 7, 2017 22:27:53 GMT -8
Just reporting that all went well and I am learning a lot. Thank you. Time for bed now.
|
|
inherit
245375
0
Feb 4, 2023 21:24:41 GMT -8
queenfoxy
273
June 2017
queenfoxy
|
Post by queenfoxy on Oct 8, 2017 11:45:59 GMT -8
multilayershop.proboards.com/Now....with those problems out of the way, I can ask for help on a couple of new problems. First of all, let me say, I added a couple of new layers to what Tumbleweed gave me. They did all show up, but I cannot adjust the sizes in the way I used to be able to do. My gold metallics, I would like to be able to do the width in pixils. I would like one to be just a sliver (maybe 2 or 3 pixils} and the other one maybe 5 or 6 pixils. Other Layers should be adjustable as well, but predictable. I can't seem to get the outer gold layer dowwn to the more narrow line I was looking for. I hope I am not asking too much, but you guys seem to have everything covered. Still, if I am asking too much, please tell me. Attaching my first Multtilayer background/theme to explain a couple of problems I can't seem to work out. Sure would appreeciate some help. Thanks.
|
|
inherit
245375
0
Feb 4, 2023 21:24:41 GMT -8
queenfoxy
273
June 2017
queenfoxy
|
Post by queenfoxy on Oct 9, 2017 13:12:39 GMT -8
Thrills!!! I figured it out for myself. Thanks guys. Love it here!!
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on Oct 22, 2017 16:02:39 GMT -8
You can also use color in place of background images. Sometimes I will just put color borders and that works as well.
|
|