Replies

Aug 7, 2016 9 years ago
qvarr
has a sweet tooth
User Avatar

Hello! I have a simple question how to edit the dropdowns from the menu bar for my customCSS. What is the id/class that controls the styling? I can't seem to find it in the source code. :

Thanks for the help in advance! ^_^


Art Blog: Tumblr

DeviantART
main // chibi

Aug 7, 2016 9 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

so it looks to me like the dropdowns are accessed through a 'role' so to style that you would use something like the following, i believe:

-btn-subeta-css[role=menu] -btn-interact-css[role=menu] -btn-commerce-css[role=menu] -btn-personal-css[role=menu] -btn-cs-css[role=menu] [edit]actually that didn't work when i tested it just now, give me a second.

[edit]okay i think i got it this time? to change the color you would style both "-btn-subeta-css li" and "-btn-subeta-css ul" and to add, say, rounded corners you would just style "-btn-subeta-css ul" (of course changing the name for each tab) so that would look something like this:

-btn-subeta-css li {background:} -btn-subeta-css ul {background:; border-radius:10px}

Aug 9, 2016 9 years ago
qvarr
has a sweet tooth
User Avatar

Oh, it worked! Thank you so much!! :D Forever going to note this for future reference.


Art Blog: Tumblr

DeviantART
main // chibi

Aug 9, 2016 9 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

you're welcome, i'm surprised i could even figure it out... i just used the 'inspect element' tool on chrome and then did some guessing on how to actually access those pieces of the code.

Aug 9, 2016 9 years ago
qvarr
has a sweet tooth
User Avatar

I was doing that too, but I just could not find it. I gave up after hunting it down for a good 30mins and had to throw in the towel. XD

But thank you again!! :)


Art Blog: Tumblr

DeviantART
main // chibi

Please log in to reply to this topic.