Hello,
I am new to newspaper. When i create, for example a “Big Grid Full 4” and set the style to …style 4… then i get the category in a blue box on the image. When i install the demo Fitness blog, then the style 4 is a white box in the center. How can i change my blue blue box to such an white box.
Marcel
I am building the page offline.
But i found out some new. I will explain my issue to you. So when you install an demo like “Fitnes”, then in the Theme panel –> custom code –> Custom Body Class(s) there is the class “td-blog-fitness”. I want to use this class, without installing the demo. So i tried this: i add the class td-blog-fitness into this field, and i copyed the CSS from Newspaper/includes/demos/blog_fitnes and paste it into Custom CSS. This works not completely. Some things are working and changed but some elements are missing.
Marcel
-
This reply was modified 8 years by
marcel-2.
In the demo_style.less file is this:
td_module_mx21 {
border-width: 0;
.td-meta-info-container {
max-width: 100%;
text-align: center;
text-align: -moz-center;
text-align: -webkit-center;
bottom: -1px;
.td-post-category {
padding: 12px 20px;
So i tried to put this somewhere. But it wont work đ
My question at all:
When you look at this page: https://demo.tagdiv.com/newspaper_blog_fitness/
then on the first image there is the category (MOTIVATION) in a withe box on the bottom of the picture. The “Grid Style” used there is “Grid style 4 – Bottom box” but without the Fitnes CSS it looks different. How can i change the design of this without installing an demo. Where do i have to put the style. My goal is it to copy ONLY this category withe box style out of the fitnes demo.
Thanks a lot
Marcel
Hi Marcel,
You should try using the following custom CSS code if you like that style! -> https://pastebin.com/ScVxBm7n -> https://www.screencast.com/t/69pAl1nG5p
Thanks for your understanding!