wtvr
New Member
Posts: 141
inherit
202728
0
Oct 10, 2020 19:56:31 GMT -8
wtvr
141
December 2013
wtvr
|
Post by wtvr on Dec 12, 2013 4:51:11 GMT -8
Im confused, I added the Drop Down Nav Plugin to my forum and successfully added a few links to my Navigation Bar. But there is no background/color the list is transparent and doesn't look right. I read the about page and it says: "To style the menus place the following in your forums CSS." ul.sub-menu-ul { /* CSS HERE */ }
I added that to the CSS but I dont understand how Im supposed to edit it to the color I want? I tried putting background color = black !important or whatever inbetween the *s but that wasn't right, lol
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 12, 2013 8:22:00 GMT -8
Putting the CSS between the stars will comment out the CSS(make it not show). I put it there so that if you put that in your CSS it wouldn't break with invalid CSS. What it should be is.
ul.sub-menu-ul { background-color: black !important; }
|
|
wtvr
New Member
Posts: 141
inherit
202728
0
Oct 10, 2020 19:56:31 GMT -8
wtvr
141
December 2013
wtvr
|
Post by wtvr on Dec 12, 2013 8:37:11 GMT -8
Oh wow, lol im so slow... ok thank you it looks a lot better now
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 12, 2013 8:45:19 GMT -8
You are welcome.
|
|