Hi,
Unfortunately it doesn’t pull also the row settings, sorry!
But you could target the menu item and add background color using custom css – http://screencast.com/t/8PrEArl5gT
.menu-item-xxx ul {
background-color: red;
}
Thanks!
Hi,
Unfortunately the Visual Composer elements don’t have the same html structure and we could not customize theme like tagdiv blocks. So there is no option to have the same design sorry.
However I can provide a css code for this specific element from your page – http://screencast.com/t/rxTMqhbXmUL
@media(min-width:768px){
.home .wpb_singleimage_heading:after {
content:"";
width:98%;
height: 2px;
background-color: #222;
display: block;
position: absolute;
margin-top: 6px;
}
.home .wpb_single_image.vc_align_center {
text-align: left;
}
}
Hope this helps!
Hello datomnz,
You should use the code below and place it in Theme panel->Custom CSS area.
.td-header-style-1 .td-header-sp-logo {
margin: 28px 28px 9px 0;
}
The result is here -> http://screencast.com/t/8rp30PfccKiv
Thanks for the message!
Hi,
You can install the Travel Blog demo which has that design, but if you already installed a demo with content and you have modified the imported content(page, posts, menus) they will be removed if you install another one.
An alternative would be to use custom css:
.block-title span, .block-title a {
background-color: transparent !important;
color: #222;
}
Thanks!
Hi,
Unfortunately it is not a css solution. You will need custom work to modify the code and this is not so simple.
Thanks!
Use a CDN, probably cloudflare which is free
Leverage browser caching
Server simple 404 error page why because 404 error pages too have javascripts and css included so serving a simple plain page is better
Hello RichardU,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.single_template_7 .td-post-next-prev{
display:none;
}
Thanks.
Hello all,
Try the code below and place it in Theme panel->Custom CSS area.
.header-search input[type="submit"]{
background-color:red;
}
The result is here -> http://screencast.com/t/kK8KGf6ZbVR5
Thanks.
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/VXwtLGw3QT
.home .td-main-page-wrap {
padding-top: 0;
}
.home .td-main-content-wrap {
padding-bottom: 0;
}
Thanks!
Hello bjraj08,
Unfortunately, the theme does not have such an option to set a custom background for each page, sorry. You can only set a general background color from theme panel -> theme colors -> http://screencast.com/t/FuTccupcpW or a background image from theme panel -> background: http://screencast.com/t/ruKilFYk you can try to use the background-image rule from CSS rule and this you should add to the specific page ID. Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi, I have recently installed Newspaper theme in my wordpress blog and for the past three days the site exhausted its bandwidth limit. Per day it goes up to 35GB due to js and css files. I dont understand what is causing this heavy sudden usage but my traffic is less and normally uses 800 MB per day. So please help me as soon as possible.
Website: http://roundupkerala.com
Regards,
Sreejith.
I update the last version of newspaper theme, and now I’ve a problem with the last version of eventon plugin.
In particular my website don’t apply the css styles of eventon.
My dynamic styles (appearance changes in eventon settings) do not reflect on front-end, it could be that my website is blocking eventon from using wp_filesystems() to write these dynamic styles to “eventon_dynamic_styles.css”.
How to fix the problem?
Massimo
Note if you used a lot of shortcodes in former theme, those don’t get carried over.
You might need to copy the shortcode CSS from old theme and append to bottom of new theme CSS.
We run into this with client projects quite a bit over here 🙂
And a CSS Change cannot solve one more level of parent category to be shown?
Thanks.
Hi,
What’s the font name and size in that review description box? Checked .css but did not find anywhere font name, it’s probably described somewhere else?
Hi, thanks for the reply
I’ve added the CSS in the part but i need to put this
<div id="snowflakeContainer">
<p class="snowflake">*</p>
</div>
<script src="https://erreur42.fr/fallingsnow_v6.js"></script>
in an HTML document, when i add this to “Custom HTML” field in the admin panel (https://puu.sh/sNXOq/418d1bceab.png) the snowflakes appear only under the footer (and make the page bug) : https://puu.sh/sNXRe/610eced6d1.png
Thanks !
PS: Thanks cloin1 for this tip (I had never heard of it :o) but i prefer my script ^^’
As per the instruction from TagDiv I have placed the codes and still I can see the js and css are blocking rendering the site,
Please help me in this
Thanks
Hi,
Please note that we answer from the most older emails in order, so if you add a reply or more we will get later to you.
You can use this custom css if you want to hide the whatsapp share button – http://screencast.com/t/ruUsLgcgsgh5
If you use Mobile Theme plugin please add the code here – http://screencast.com/t/MbAp4IW3fQ37 If you don’t use the Mobile Theme plugin, you can add it in Theme Panel > Custom Css:
.single .td-social-whatsapp {
display: none !important;
}
Thanks!
Hi,
There is no an easy way to adjust this and it cannot be done using custom css.
You could try this sort order here and see if it helps – http://screencast.com/t/exh7w7TJV – http://pastebin.com/WaJFWB7V Basically your page should appear and then the posts on live search.
Thanks!
I have uninstalled tagdiv speed booster, now I need that back, from where can I get that, need to move sj and css and these codes will help moving them to footer
$this->move_js_to_footer(‘FILE-ID’);
$this->move_style_to_footer_queue(‘FILE-ID’);
please help me getting that plugin
Thanks!
Hi,
Unfortunately the font awesome icons will not appear into the mega menu, as it was not tested in this regard. However you could try this custom css and see if the icon appear, but please note that it may not look good:
.td-mega-menu-page .wpb_content_element ul li a .fa {
display: inline-block;
}
To hide the border you can use this code – http://screencast.com/t/kQ7Hm3OK
.td-mega-menu-page .vc_wp_custommenu ul li {
border: none !important;
}
Thanks!
Hi,
Try this custom css(remove the previous code) – http://screencast.com/t/PIqIvzOXjQaj
.vc_btn-custom {
background-color: #417096;
color: #29c5f6;
}
.vc_btn-custom:hover {
background-color: red;
color: green;
}
Thanks!
Hi Catalin,
I use the firefox code inspector which is similar and some cases find what i am looking for and add them in Custom Css however i was not able to find the CSS which i can change padding.. please help and write the custom css that i need to achieve results based on what i have said in my first message.
Thank You.
Hi,
If you want to change the color of your price you should use the code below and place it in Theme panel->Custom CSS area.
.woocommerce ul.products li.product .price {
color: red;
}
The result -> http://screencast.com/t/ERoWpaG2I
Please provide some useful screenshots regarding on user small icon, password in checkout page (provide the exact link). Please notice that all of these depend on your customizations. You should use the inspector browser and try to change the color of the element yourself, according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
Please try this custom css – http://screencast.com/t/uIWLytNwe
.td_category_template_6 .td-category-header {
min-height: 400px;
}
Thanks!