Remove post background from "aside" template in "hum" theme
-
I have no CSS experience – I’m just wondering if this is possible (and not complicated), if I upgrade to Custom Design. If it’s simple, could anyone show me how to do it?
Thanks,
SamThe blog I need help with is: (visible only to logged in users)
-
Could you please clarify the question? :-)
I don’t see any background specifically for the aside post, or do you mean the border at the bottom?
-
Ditto. I’m not sure exactly what you’re trying to remove. Let us know if you still need help!
-
I read your help request again, and I think I understand now. You can use custom CSS to adjust the background for just “Aside” posts in the Hum theme by adding CSS like the following example to your Appearance → Custom Design → CSS editor:
#content .format-aside { background: #0f0; } -
- The topic ‘Remove post background from "aside" template in "hum" theme’ is closed to new replies.