Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately it doesn’t pull also the row settings, sorry!
But you could target the menu item and add background color using custom csshttp://screencast.com/t/8PrEArl5gT

.menu-item-xxx ul {
background-color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

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!

Catalin
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately it is not a css solution. You will need custom work to modify the code and this is not so simple.

Thanks!

Niresh
tagDiv Member

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

Catalin
tagDiv Staff

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.

Catalin
tagDiv Staff

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.

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/VXwtLGw3QT

.home .td-main-page-wrap {
padding-top: 0;
}
.home .td-main-content-wrap {
padding-bottom: 0;
}

Thanks!

Catalin
tagDiv Staff

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!

roundupkerala
Participant
#0

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.

coup_de_theatre
Participant
#0

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

simchris
tagDiv Member

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 🙂

Ladiesabroad
tagDiv Member

And a CSS Change cannot solve one more level of parent category to be shown?

Thanks.

Edragon
Participant
#0

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?

https://box.everhelper.me/attachment/685680/e78db4a6-f23c-439b-93e8-589fa96d0934/555470-UlhMGn1zRxbIi2op/screen.png

DarkStarzs
tagDiv Member

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 ^^’

Gadgetsay
tagDiv Member

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

Alin [tagDiv]
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

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/exh7w7TJVhttp://pastebin.com/WaJFWB7V Basically your page should appear and then the posts on live search.

Thanks!

Gadgetsay
tagDiv Member

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!

Alin [tagDiv]
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

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!

WebK
tagDiv Member

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.

Catalin
tagDiv Staff

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!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom csshttp://screencast.com/t/uIWLytNwe

.td_category_template_6 .td-category-header {
min-height: 400px;
}

Thanks!

Viewing 25 results - 19,801 through 19,825 (of 33,436 total)