Hello,
All that is in function.php file http://screencast.com/t/KgQTAGkstyo
Thanks @trifolic for suggestion
Hello,
Menu color can be changed easily via CSS like
.sf-menu li a {
color: white !important;
}
but you have to change the color for images to is in \images\sprite\eements.png
If you use style 3 the link for the logo is here: http://screencast.com/t/hp1LEjwD
Hello,
Here http://screencast.com/t/K86StsI2Uw for above the feature image
Hello,
This is not an easy task. We will take a look.
Thanks for suggestion.
reply to email
reply to email
Hello,
Delete this from function.php http://screencast.com/t/l2D5zuOhUTe
Thanks for the message!
Hello,
Try from Settings -> Discussion http://screencast.com/t/bjAJlqS016S
Thanks
Hello,
To manage the menu, go to Appearance -> Menus and there you can delete or add pages/categories in menu. http://screencast.com/t/5KYxr30Q
Thanks for the message!
Hello,
You can create a tab and add your content inside it using the Page Builder, then switch to classic editor copy the shortcode and paste it in a text widget.
Hope this help.
Thanks
Hello,
We recommend Seo by Yoast plugin.
Thanks @Simmons
Hello,
The id of the video meta-box is td_post_video but i’m not sure if will work.
Thanks
Hello,
Thnaks @mbasche
Yes, try it live to see if work.
Hello,
Do you mean to change the compression of the featured images. Add this code at the end of the function.php file *is set to 100 – no compression, you can change the compression from that code:
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
Thanks for the message!
Hello,
No that code is only for that widget.
Thanks
Hello,
Please can you give me you liste url to see about what background do you ask. You can try with display:none from CSS to hide it on mobile using the style in this:
/* responsive phone */
@media (max-width: 767px) {
}
Thanks
Hello,
I’ve added to our todo list for the following updates, but please take in consideration that this is not a priority right now.
Ask a freelancers for a custom integration if you want.
Thanks for understanding.
Marius from tagDiv
Hello,
Thiss css will be applied only on that resolution from 768px to 1018
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
you css here
}
here are all the rules that we use:
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
}
/* responsive monitor */
@media (min-width: 1200px) {
}
/* responsive phone */
@media (max-width: 767px) {
}
Hello,
Titles from page/posts are in h1 http://screencast.com/t/GM7tgODdIg0
Hello,
Try with important
.header-style-3 .td-grid-wrap,
.header-style-3 .container-fluid {
padding: 0px !important;
}
Thanks
Hello,
Try to use this plugin: Auto Post Thumbnail
Thanks @Simmons
Hello,
The breadcrumb have position:absolute and for 2 lines doesn’t push the title h1. We will take a look.
Thanks
Hello,
Will be fixed for the next update soon.
Thanks
Hello,
Add this in style.css
.header-style-3 .td-grid-wrap,
.header-style-3 .container-fluid {
padding: 0px;
}
Thanks
Hello,
Great! I’m glad you solve it.
Thanks.