Adding Static Content Above the Posts on Front Page
-
I’m close to getting static content added where I want it on my front page, but I don’t seem to have the right placement selector. This code should work according to an alternate troubleshooting post I read. I can make this content appear if I use a sticky post and alter the code to appear before a sticky, but not if I do it this way (I don’t want to use sticky posts). Need help, thanks!
body.blog main::before { content: "text"; display: block; padding-bottom: 25px; font-family: H5; }
Also, how come choosing H5 as font family doesn’t make the content show up as my current theme’s header 5? I would like to make it come out as header 5.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Adding Static Content Above the Posts on Front Page’ is closed to new replies.