Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The easiest way to have your post use a different background is to use post template style 8: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ this will grab the post featured image and use it as a background.
As an alternative, you can override the post background with css. You will need the unique post id you can get from here: http://screencast.com/t/MONR30SLy2u
Then you can use this id as a css class and use this code to change the background:

.postid-957 .td-backstretch {
display:none!important;
}
.postid-957 .backstretch{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1920px 1080px;
}

I hope this helps.
Thank you!

Catalin
tagDiv Staff

Hello srampia,

1) If you want to reduce the space between Image and Post Heading for these kinds of Blocks, you have to use a bit of CSS for each to achieve as you want. Please try the code below and add it in Theme panel->Custom CSS area.

The code for Block 1 is ->

.td_block_1 .td_module_6 .item-details {
margin-left: 105px;
}
.td_block_1 .td_module_4 .td-module-thumb {
margin-bottom:5px;
}

The result is -> http://screencast.com/t/gUqqBDU31H

The code for Block 2 is ->

.td_block_2 .td_module_6 .item-details {
margin-left: 105px;
}
.td_block_2 .td_module_2 .td-module-thumb {
margin-bottom:5px;
}

The result is -> http://screencast.com/t/b4gRVm3Fu

The code for Block 4 is ->

.td_block_4 .td_module_2 .td-module-thumb {
margin-bottom:5px;
}

The result is -> http://screencast.com/t/KmaztW6G8NE

2)If you want to hide the meta info information, you have to use a CSS code to hide it. Try the code below and add in Theme panel->Csutom CSS area.

The code is ->

.td-module-meta-info{
display:none;
}

3)If you want to change the color of Post Heading and Excerps, please try thecode below.

The code is ->

.home .td-excerpt {
color:green;
}
.home .td-module-title a {
color:red;
}

The result -> http://screencast.com/t/Wgcylhm4z

Hope this helps!

Thank you for the message!

JackHale
tagDiv Member

That CSS code worked well too, thanks a lot!

Holsinda
Participant
#0

Hi

I want to change revewis section looks to sht like this

new review look

Right know i made this only in CSS i very silly way.
Can you tell me where i should search for source file for review section, and maybe little solution how to make this chage ?

Catalin
tagDiv Staff

Hello cbur2107,

Unfortunately, our theme does not have such an option for your goal. It is necessary to create your own block with your desired changes. Please notice that is not a simple task to achieve that and is require custom work. If you want to implement blocks in our theme you have to use API method, according to our documentation here -> https://forum.tagdiv.com/td_api_blockadd/ If you want to display more levels in theme please notice that are require to do some additional customizations and is require to have a solid knowledge of PHP/HTML/JS/CSS to accomplish this. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you. Usually, we recommend developers from studio.envato.com

Hope this helps!

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we will need to inspect this if we’re to help in this matter, so please let us know when we can access your website and inspect it as we need to use the browser inspector to see the css and try to position it. Please send us an email at contact@tagdiv.com and provide the website there even if it’s under construction. You can provide access for us to see the player and inspect it. Again, no promises as we have no idea if it can be fixed or not. I will take a look, but it could be a different issue than a css positioning (which I suspect). (If you send us the email, please also include a link to this topic.)
Thank you!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel >custom code >custom css: http://screencast.com/t/F5mca00hwWa

.home .td-module-comments{
display: none;
}

Let me know how it goes.
Thanks!

Catalin
tagDiv Staff

Hello carmene,

Please try to configure the CloudFlare according to our documentation here -> https://forum.tagdiv.com/cloudflare-cdn/ Also, please notice that is not a simple task and is require to have some knowledge about this. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work at the moment, sorry!
If I cannot inspect your website, I cannot provide you an accurate CSS code for your sidebar but only I can suggest you trying to target your text class from your sidebar and add this attribute with CSS code for Justify alignment -> text-align: justify;

Hope this helps!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
In visual composer you can assign an extra class to the row and simply target that in css. If you want to add the code directly in the visual composer css you need to edit this file: http://screencast.com/t/rKItfYNrt
Thank you!

Bogdan B.
tagDiv Staff

Hi,

That is because you moved it from the header section. Everything you move from the default state will have consequences. You cannot adjust elements like that without compromise. If you want to control it again from the theme panel, you have to add the title back into the header. Or you can target it with css:
.single_template_9 .entry-title{
font-size: 32px;
line-height: 40px;
margin-top: 33px;
margin-bottom: 23px;
}

Add this code in the theme panel->custom css box and change the values to your preference.

Thank you!

kapunas
Participant
#0

Hello,

Thank you for the truly great theme. I would like to have a larger logo hopefully using Header style 1. I have read through the posts regarding this and am still having some issues.

This is what I have tried so far based on forum posts.
I have removed the container for the ad spot from the header-style-1 theme file so I can increase the size of the logo: http://screencast.com/t/BUYmlAB9I6v. From there I created a larger logo and uploaded it to adjust css positioning. However the larger logo continues to be resized to 300x95px retina and 300x75px standard.

I have also tired different header styles 10 and style 11 which use the full logo but it still resizes my logo to the previously mentioned dimensions.

Ideally i would like to use header style 1 with a larger logo and do away with or re-position the ad box. Any help would be very much appreciated.

Thank You.

zawayavision
tagDiv Member

Hi,
tnx for your response, but i like add a custom css live in the source file to assume a perfect results.

Anyway i do some search in net about “element.style” with unknown location, and wat i can understand is that CSS is inline

so i think that the css for this element is generated by “visual composer (java-script)” or “vc-templates/vc_row.php”.

wat i wold like exactly to know is : Wat’s file is responsible to generate or control the css of “row in visual composer”?

tnx man

Catalin
tagDiv Staff

Hello Marto,

This depends what language the user use on facebook, you could try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/Mo1GC7lFWWwi and see if it helps.

.td-classic-facebook iframe {
min-width: 150px;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code >custom css: http://screencast.com/t/YuueuDRj

.td-newsmag-travel .td-read-more a{
background-color: red;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hy

Try this css: http://screencast.com/t/9j1E7lxtmcj

@media (max-width: 767px){
.td-main-menu-logo img {
right: auto!important;
}
.td-header-border #td-top-search {
display: none;
}
}

Thanks!

Catalin
tagDiv Staff

Hello thanik30,

If you want to change the font for the review section, you have to use a bit of CSS to add the font family. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-review {
font-family: Arial;
font-weight: 800;
}

The result you should see here -> http://screencast.com/t/sihkBvroc

Also, if you want to have another font family than Arial, please notice that it must be loaded in the theme anywhere, like this -> http://screencast.com/t/eUGZx7fTEb8N otherwise, the font will not apply.

The code is ->

.td-review {
font-family: Princess Sofia;
font-weight: 600;
}

Result with Princess Sofia as type of font -> http://screencast.com/t/pHRWsXED

Thank you for the message!

Catalin
tagDiv Staff

Hello airlift,

Unfortunately, our theme does not have such an option in Theme panel to customize the social icons but only you can do that with a bit o CSS code. If you want to change these icons, you have to use the code below and adjust the values as you wish until you achieve your desired result.

The code is ->

.td-icon-font {
font-size: 20px!important;
width: 40px!important;
height: 40px!important;
line-height: 30px!important;
}

If you want to add more social icons, you can achieve that from Theme panel, like this -> http://screencast.com/t/1Ot7iGMF8OS

Thank you for the message!

Bintmusic
Participant
#0

Hi,

When i choose color in Block setting “Title background color”
the same color does not appear on link a: hover of the item from the dropdown
as is in your demo http://demo.tagdiv.com/newspaper/

DON’T MISS is orange like a:hover “All” – “Style hunter” – “Vogue” etc.

LIFESTYLE NEWS is green like a:hover “All” – “Travel” – “Recipes” etc

If I put a certain color on Block Setting “Title background color”
doesn’t have same color a: hover of dropdown link, it remain what
I have chosen in panel > theme accent color.

It seems to take always the color of the css
.td-subcat-filter .td-subcat-list a:hover

Why?

Thanks

Bogdan B.
tagDiv Staff

Hi Luca,
Glad to see you are making progress. Cludflare could be causing some issues if different settings are used. We have a guide on it with the settings we recommend: https://forum.tagdiv.com/cloudflare-cdn/
Your css above did not work because you use 2 classes that apply to the body. If you use both classes that are used by the same element you have to remove the space between them, so the code will work like this:
.single-post.td-boxed-layout #td-outer-wrap{width:100%!important;}
We use a little tool called live css editor. It’s a chrome extension that helps a great deal with editing css.
As for the implementation request, we try to implement as much features in the theme as we can but at the same time keep the theme as light as possible. It is a very hard decision as we have lots of suggestions and there are lots of cool stuff we could implement but it will only make the theme heavier (and it’s pretty ‘heavy’ as it is).
I will pass this info on to our development team and we’ll see what they decide.
Thank you!

Catalin
tagDiv Staff

Hello delfinista,

If you want to change the post title color only for post template 11, you have to try a bit of CSS code to do that. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-post-template-11 .entry-title
{
color:red!important;
}

The result you should see here -> http://screencast.com/t/WgNHFeaqE

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
There could be a css that can make it fall under the header using a z-index property, but unfortunately we cannot tell if this is the case as we have not tested any video playlist plugins so we have no idea of the one you are using or it’s functionality. Please provide a link to your website so I can take a look and see if it can be adjusted with css. (If not, I cannot promise anything as plugin implementation is not covered by the theme support)
Thank you!

Catalin
tagDiv Staff

Hello jacobicho,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-main-page-wrap {
padding-top: 27px;
}

The result you should see here -> http://screencast.com/t/tdr9TnpS4

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
If you remove the featured images from the code, then the homepage modules will have no images to display. The best way to do it is to hide the featured images with css:
.td-post-featured-image{
display:none!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no easy option for this as the menu is hidden with css and then the set to display on a specific viewport. This will not be an easy task as you will have to edit quite a bit of css to do it. You will probably need to hire a freelancer to help out as it will be a bit of a time consuming job.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you can correct the issue fro your browser inspector then 80% of the problem is solved, You simply have to add the code in the theme panel – custom css box. You can use a chrome extension called live css editor and you can create your css code directly inside it and see it applied live. Then you simply copy over the code in the theme panel.
I hope this helps.
Thank you!

Viewing 25 results - 24,001 through 24,025 (of 33,436 total)