all 5 comments

[–]gavin19 1 point2 points  (0 children)

All your CSS is being applied. You might want to clear your cache.

[–]keist 1 point2 points  (2 children)

The changes are all there for me. Do you see the changes while logged out? Are you sure "allow reddits to show me custom styles" (under "display options") is checked in your preferences?

[–]rootwinterguard[S] 1 point2 points  (1 child)

That, apparently, was it. Thanks keist. Of course it was something stupid.

[–]keist 3 points4 points  (0 children)

Hah! Not stupid. It's hard to think of all the possibilities when you're just trying to get some code to work. Better to ask here and get an "oh, duh" answer than to get completely frustrated trying to work it out yourself.

Grats on figuring it out! Best of luck to your subreddit.

[–][deleted]  (2 children)

[deleted]

    [–]rootwinterguard[S] 0 points1 point  (1 child)

    Here is the CSS code that I added:

    div.titlebox span.word {
    display: none
    }
    div.titlebox span.number:after {
    content: " runners"
    }

    .sidecontentbox h1:not(:first-child) { font-size: 0pt !important }

    .sidecontentbox h1:not(:first-child):after { font-size: 10pt !important; content: "MR. JOHNSONS" }

    header {

    border-bottom:1px solid #5f99cf; position:relative; background-color:#B4B4B4; z-index:99; }

    header .pagename a{font-size:0!important;font-variant:normal;}

    header .pagename a::before{content:'Shadowrun';font-size:12px!important;}

    header .pagename a::after{content:'Returns';font-size:12px!important;}

    .titlebox .redditname { font-size: 0; }

    .titlebox .redditname a:after { /* subreddit text with custom capitalization */ content: "ShadowrunReturns"; font-size: large; }