It’s a rectangular black section with details like illustrated below
__________________________________________
| |
| Social Media > Facebook |
| |
| How to Create Facebook Account |
| |
| By Fred – 15/04/2019 |
| |
|__________________________________________|
Hi,
Try the code below and place it in Theme panel -> Custom CSS area.
.comment-respond #reply-title, .comment-respond .submit{
text-transform: lowercase;
}
.td-menu-item a, .widget_search span, .td-post-source-tags span, .widget_blog_subscription span{
text-transform: lowercase!important;
}
Thank you!
Hello,
You actually didn’t respond to my main issue.
I wanted to know how to reduce this section (usually black and below main menu) containing title, author name and date (i.e, By abc – d/m/y ), etc. It appears really big on desktop – consuming a lot of space and half of it is empty.
Section example – hubstatic.com/14492090.jpg
Site: techappeala.com – you can check a post or page for the section.
Thanks,
Hi,
If you want to reduce that section, you need to use the code below and place it in Theme panel -> Cusotm CSS area.
The code is ->
.td-post-template-3 .td-post-header-holder {
min-height: 225px;
}
The result is here -> https://www.screencast.com/t/dDE8FYvmS0e4
Also, another solution, in this case, would be to create another category template using the Cloud template library plugin.
Thank you!
Ok, thanks, I will try that code.
But the code you gave earlier for lowercase didn’t work well. It turned every letter lower case, for example,
(GADGETS) – ‘gadgets’ instead of ‘Gadgets’
(SUBSCRIBE NOW) – ‘subscribe now’ instead of ‘
‘Subscribe Now’
If there is a way I can keep the first letter upper case, it would be so helpful.
Thanks,
Hi,
Try the code below and place it in Theme panel -> Custom CSS area.
.comment-respond #reply-title, .comment-respond .submit{
text-transform: capitalize;
}
.td-menu-item a, .widget_search span, .td-post-source-tags span, .widget_blog_subscription span{
text-transform: capitalize!important;
}
Thank you!
Hi,
These words can be change from Theme panel>Translates -> https://www.screencast.com/t/HOllMeYm -> https://www.screencast.com/t/tugFC37Fh0C -> https://www.screencast.com/t/vuAFv2B6yX
Thank you!
