Idiot questions parts 21

Posted 9 years, 4 months ago (Edited 5 years, 5 months ago) by Mallicat

HOW DO I MAKE THE 9 GO AWAY AFTER THE WORD GALLERY--

7971665e89.png

mrpuppychow

Just add some text on the clicking part? I mean, the box, when closed, looks more like a decorative line than an actual box. Maybe title the table with something niftly like "anatomy" or "click here to open".

Pinky

in your css find the class "spoiler-title" and change the bg color within that block!

Pinky

.character-stats {display:none;}

(o o)d

Pinky

.profile-content-title h2 {display:none;}
to hide just the word "profile"

.profile-content-title {display:none;}
to hide the whole thing!

.profile-content-title hr {display:none;}
to hide just the line! (i know you didnt ask but figured i'd toss it in there for consistency LOL)

Pinky

let's seeeee

1) can you link me to this profile? i'm a little confused on what's happening here, i need to see the coding firsthand

2) .badge {background-color: #000;}

3) #sidebar a {color: #000;}

4 & 5) #sidebar li.header, #sidebar img {display:none;}

6) where ever you are setting the bg color in your style sheet for your buttons, add in:
border: 1px solid #000;

of course replace 000 with your hex codes !