Replies

Nov 18, 2018 7 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

ok so on maplehoof's profile i want the words "view credits" to be blue and underlined, but i want the karat before it to be black and not underlined. however, span classes and other html edits don't work within spoiler titles, so i was wondering if anyone knows of a way to change just part of the title. i tried using .spoiler_click[value=View Credits] but that didn't seem to work.

Nov 20, 2018 7 years ago
nene
User Avatar
Angora

you could use a pseudo element to add the karat and style it separately :) .spoiler_click.spoiler-click:before { content: '>'; text-decoration: none; position: absolute; margin-left: -25px; color: ; }

Nov 21, 2018 7 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

oh thanks, that works perfectly!

Please log in to reply to this topic.