"Categories" and Background Color Change
-
I’m trying to get rid of the word “categories” at the top of my page. I’m also having trouble changing the background color. I can change the general background color, but not the fill right behind the words. Any help would be great. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, to get rid of the categories listed in the header area, above the content, add the following CSS.
.cat-details { display: none; }To change the background color in the content area, add the following and edit the color as desired.
.page article { background-color: #1E2123; } -
-
- The topic ‘"Categories" and Background Color Change’ is closed to new replies.