Search Results for 'css'

Results from the Forum
pandasonic
Participant
#0

Hi, I’m trying to fully validate my website.
I’ve to solve only 3 problems caused by the td_css_generator.php file
It’s possible that at the line 756 there is mobileu_gradient instead of mobile_gradient

background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);

Also I think that this property causes some validation problem

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );

Other problems (spaces in the url) were in the td_social_sharing.php file but I easily solved and put a new file in the child theme.

Could you help me to join a full validation?

thanks

Catalin
tagDiv Staff

Hello Ninhigan,

Use the code below and place it in Theme panel -> Custom CSS area.

.td-category-description{
display:none;
}

The result is here -> https://www.screencast.com/t/QHe5csStth

Thanks for the message!

m2sahin
tagDiv Member

You show me an example. For example, swipe right to 50 pixels. I can do other options according to the example.
and Can you write a CSS code to work only on mobile?

Bogdan B.
tagDiv Staff

Hi,

The image opacity gets stuck because of js errors. It is the lazyload animation that breaks first when having a js error. You can simply disable lazyload to get the same effect as the css you use but there could be other parts of the theme affected by the issue.
Generally it is caused by plugin conflicts.

Thank you!

webtuscany
Participant
#0

In custom CSS I used this code to have icon color in menu and it work

.menu-item-585 .fa {
color: #0088c8;
}

But I have problems because I don’t know how to setup the color #ffffff for sticky menu of site.
I have same color that in normal menu and it’s the same of background of stiky. I need #ffffff.

Can you help me?

Catalin
tagDiv Staff

Hello bob,

Sorry, indeed, for module title does not exist any such an option for color. If you want to change it, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-title a{
color:red!important;
}

Thanks.

Catalin
tagDiv Staff

Hello 13teen,

You should search for these classes in the style.css code if you want to make some changes over there.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The background header image is defined in the header template file, each header style has this option I believe
https://www.screencast.com/t/ZXSBuyyA
You could create conditions for each category, if is category set a background image. I did not try something like that, can’t say if it’s possible or not.

There would be another way of doing it, with some CSS. For example using the category ID
https://www.screencast.com/t/snAWT51EL0vc
You could set a background image with CSS for each category like that.
From what I know there are plans to provide an increased functionality for the header in the future, so maybe something like this will be possible.

Thanks

Catalin
tagDiv Staff

Hello interfans,

As a quick example, you should try using the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.td-module-title{
background-color:green;
}

The result is here -> https://www.screencast.com/t/6b6kIACdlh

If you need a deep customize, notice that you should do it yourself, using the Inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello AlessandroTax,

Use the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td_block_12 .td-read-more{
display:none;
}

Thanks.

WebDevver
Participant
#0

Hi guys, amazing theme — thanks so much for all of your hard work on it.

I have a really quick question. I’m using the Better Font Awesome plugin and using icons with all of the header tags. How would I set a default color with CSS for those icons? Here is an example of how I’m currently doing it — I’d like to get rid of all of the span tags:

<h3 style="text-align: center;"><span style="color: #bab8b8;">[icon name="arrow-down" class="" unprefixed_class=""]</span> Check Latest News</h3>

Thanks in advance for your help!

Ryansmccain
Participant
#0

I used my basic knowledge of CSS and determined it was this element using Inspector

<div class=”block-title”><span> </span></div>

When I delete it the ABOUT US text disappears and so does the extra horizontal space where it was.

<div class=”block-title”><span> </span></div>

Can I somehow override the code so that it doesn’t show this element?

Website — > https://www.InterestingAnswers.com

ctoweett
tagDiv Member

If you are using the default post templates, you can hide the views with CSS. Use this code
.single .td-post-views {
display: none;
}

and paste it in the custom css section of the theme panel

ctoweett
tagDiv Member

That can be done with CSS. Share the link to the post you want to make the changes.

howtoisolve
tagDiv Member

why i need to add this in CSS,

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
opacity: 100;

m2sahin
Participant
#0

Hi,
How do I adjust the position of the photo in the image info box element? Could you give me the CSS code for this or can you show me how to do it? Can I set it up separately in the Desktop, landscape, portrait and phone viewsport?

pwswinson
Participant
#0

I have the news9 theme, but can not complete the install because I get the failed message: The package could not be installed. The theme is missing the style.css stylesheet. How do I resolve this issue?

simchris
tagDiv Member

Only solution is to inline above the fold content in the head.

We use a service called Critical CSS to look at a page then generate the most needed elements, then put in the head before the closing /HEAD element in template.

Worth a look: https://criticalcss.com/

(I don’t work here)

HobbyCial
Participant
#0

Wordpress said my them is installed but missing files.
This is what it says:

“Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.”

avinashiitd
tagDiv Member

We checked every plugin and finally managed to found the real issue. The problem with the Gallery disappears the moment we enable the sidebar which we are not using at the moment.

So the problem isn’t due to any plugin but some issue that surfaces when we are using the full content column without the sidebar. Can it be fixed with some CSS as we don’t intend to use the sidebar for articles/posts?

13teen
tagDiv Member

In inspector I find this:
when adding hover class for class="td-theme-slider iosSlider-col-3 td_mod_wraphttp://prntscr.com/kp3rez – category tag changed color.

go to category code in inspector and we see a big css-code – http://prntscr.com/kp3spn – with css code .td-theme-slider:hover .slide-meta-cat a
When from .td-theme-slider:hover .slide-meta-cat a I delete this part – .td-theme-slider:hover – all work fine. But in style.css I can’t find that.
Where I can find this part of css code?

  • This reply was modified 8 years by 13teen.
Bogdan B.
tagDiv Staff

Hello,

Unfortunately iOS 9 could be too old for the new flex block implementation. We cannot test with older versions of browsers. Unfortunately there is no solution we can provide for older browsers that do not share the compatibility for html 5 and CSS3.

Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,

Here is the css needed to remove the image gradient:

.td-grid-style-1 .td-module-thumb a:last-child:before{
display:none!important;
}

You can add it in the theme panel under custom css.

thank you!

Catalin
tagDiv Staff

Hello,

If you do not want to have a hover effect to your slider, you should check the code below and place it in Theme panel -> Custom CSS area.

.td_block_slide{
pointer-events:none;
}

The result -> https://www.screencast.com/t/mzz06Wtcv

If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks.

Amit
tagDiv Member

can u please share the css/code used
I will try it in VComposer as TDcomposer or cloud library just is not working

Viewing 25 results - 12,926 through 12,950 (of 33,436 total)