Hi archizoom,
Can you provide a link of your website so I can have a look at the code?
Cheers,
Riccardo
hello,
link: http://www.archizoom.de
i want delete date and autor. (i dont know how.)
the “next page” or “weiter” button will be appear larger.
Put this CSS into your Custom CSS or Child Theme style.css, that way you won’t lose all the changes made when the theme updates
Top menu:
.menu-main > li {
font-size: 12px;
}
Category:
.detail.index-post-category {
font-size: 14px!important;
}
Pagination links:
.posts-pagination .paging-wrap, .comments-pagination .paging-wrap, .page-links-wrap .page-links {
font-size: 15px;
}
Hide date and author:
.detail.index-post-author, .index-post-date {
display: none!important;
}
Let me know if it works
Cheers,
Riccardo
thank you for information.
but I think I still have a fundamental problem
please look at post: child theme – i can´t edit style css
Np, if you can’t find a way to edit your CSS then try installing this plugin
Or you can go with a Child Theme, have a look here 🙂
Cheers,
Riccardo