enlarge elements on blog page
-
Hi there,
I want to enlarge the all the elements on the top of blog page as print screen shot.
Thanks a lot.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the correct page URL, so that I could give you custom CSS. I see 404 now.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .meta-post-categories>a {
font-weight: 600;
font-size: 22px;
padding:5px;
}
body .meta-post-categories {
height: auto;
line-height: 45px;
}
body .post-single-page .entry-title {
font-size: 52px;
line-height: 1.2;
}
body .woodmart-entry-meta .meta-author {
vertical-align: top;
font-size: 24px;
}
Set the sizes as per your needs.
Best Regards
Hi there,
It worked. But I found the tag category was cut as printscreen shows.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .meta-categories-wrapp {
height: auto;
}
Best Regards