Oxygen theme: removing 'category archive' header and changing fonts
-
Hi all,
Wonder if you could help with two problems.
The first is that I have a page which hosts a series of posts, brought together by categories – http://thecolumn.net/category/struggle-space/
Is is possible to remove the ‘Category Archives: Struggle + Space’ header from this page using CSS?
Second is: the theme allows for Abel font when words are written into pages like here – http://thecolumn.net/about/ But uses a much smaller font as standard for posts (http://thecolumn.net/2015/06/26/introducing-struggle-space-series/). Is it possible to code it so that the larger Abel font is standard for all?
Many thanks,
TThe blog I need help with is: (visible only to logged in users)
-
Hello T,
This will take care of that pesky title, however, it will remove it from every other location that it is used on your site.
h1.page-title { display: none; }And then there’s this…it might do the trick, but it will also increase other areas as well. See what you think.
p { color: #333; font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.3em; margin: 0 0 15px 0; font-size: 1.333333333333333em; } -
- The topic ‘Oxygen theme: removing 'category archive' header and changing fonts’ is closed to new replies.