Search Results for 'css'

Results from the Forum
Afterglow
Participant
#0

Hello,

I do not seem to be able to find how to edit the main CSS file from the Admin Panel. Has something been changed or my memory is not serving me well?

If not accessible through the Admin Panel, please provide file location.

Thanks.

Simion C.
tagDiv Staff

Hi,

The background color for the ad box element comes with this particular demo style. You could remove it with a code like this
https://www.screencast.com/t/gBDxWXnW7abl
This is the code used, you must enter it in Theme panel->Custom Csshttps://www.screencast.com/t/xrwhhLZf

.import_video_ad_bg {
background-color: transparent;
}

You could also remove it from the demo stylesheet directly if you want to, like this
https://www.screencast.com/t/hchTTT6XTj

For the header section you can set a background in theme panel, like this
https://www.screencast.com/t/Oo7xmCagL

Thanks

Nano
Participant
#0

I am using Tagdiv’s mobile theme as well with parent newsparent theme.
I am able to change the title fonts and size using following css :


header .entry-title {color:#30394f; font-size: 35px; font-family: 'poppins'; font-weight: bold; line-height: 43px; }

but when chek it on live site, I noticed that the font-family: ‘poppins’ which I use of the desktop version, doesn’t support on mobile theme. I also tried many other popular fonts but it doesn work.

Does mobile theme not support google fonts? How can I be able to use ‘poppins’ font for post title on mobiles? Kindly help.

Thank you

Bogdan B.
tagDiv Staff

Hello,

This is why we usually need to inspect the site in order to provide a code. Not everywhere will a general css work. Our demos add extra css to each element. In this case you should use this code:
.td-blog-beauty .td_block_template_1 .td-related-title .td-cur-simple-item{
font-size:20px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to target all of the category tags at once, you can use this css code:
.td-post-category{
background-color:Red!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Here is an example code of how this can be done:
.page .td-post-template-8 .td-post-header{
height: 380px;
}

You will have to add the code in the advanced css boxes and adapt the size for each display size: https://www.screencast.com/t/YreMvdAy

Thank you!

Simion C.
tagDiv Staff

Hi,

If you would like the code to apply for all the devices, you must enter it in Theme panel->Custom Css
https://www.screencast.com/t/ebAfi4MQu
Or for specific device resolutions in Theme panel->Advanced Css
https://www.screencast.com/t/JN9nBOuhL

Thanks

Bogdan B.
tagDiv Staff

Hello,

Installing a demo will not limit your theme functionality, but it will add the demo style to your site and some settings are overwritten by the demo in order to get that particular style to work. You do have all the customization options intact but some parts of the demo were added with css and they will need to be removed with css as well, but they do not affect your settings.
Uninstalling the demo can also have repercussions on your content this time if you edited the demo content. We do not recommend editing the demo content and using it as your own. Uninstalling the demo will also remove the dummy data that came with it.

Thank you!

Simion C.
tagDiv Staff

Hi,

You should try to make the width modification in the iframe code that you are using for the embedding
https://www.screencast.com/t/BLtB65cTb8A
This will make the sidebar not overlap the image, but for the said image I can not think of a way to modify it with custom code.
Another method you could try in this situation would be to make the sidebar drop below the content as it would on smaller devices only earlier, between the resolutions in which this occurs
Without the code – https://www.screencast.com/t/PuMD4lSaW
With the code applied
https://www.screencast.com/t/a1SdIogp7
https://www.screencast.com/t/zu9cAl6lz

This is the code used if you should decide to try it, you must enter it in Theme panel->Custom Css

@media (max-width: 1018px) and (min-width: 768px) {
.td-main-sidebar {
clear:both;
width: 100%;
}
.td-main-content, iframe {
float: none!important;
width: 100%;
}}

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you do not want a header ad on the mobile version of the site by using a mobile theme plugin you can simply remove the header ad from the theme panel here: https://www.screencast.com/t/tRzHJc2HA
If you only want to remove it from the homeapge but have the header ad on the rest of the templates, you can use the css method for non-adsense as we discussed in the previous topic or add a condition in this file: https://www.screencast.com/t/Wvp9TXywlQ

Thank you!

victortai
tagDiv Member

Dear Simion,

Thanks for the reply. Just to let you know that, the method you propose is not working actually.

I remove the mouseover zoom effect by adding below code:

jQuery(“.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb”).css (“transform”, “”);
jQuery(“.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb”).css (“-webkit-transform”, “”);
jQuery(“.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb”).css (“-moz-transform”, “”);

regards,
vic

Simion C.
tagDiv Staff

Hi,

This is what I am seeing when hovering the Big grid – https://www.screencast.com/t/Dc5f1fiaF
There is no more zooming effect on hover for the image. Only a slight gradient effect is present. If you would like to remove this gradient as well and have a simple image without any modifications, you can try this code that must be entered in Theme panel->Custom Csshttps://www.screencast.com/t/ONloT2Zi27O

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

Thanks

Bogdan B.
tagDiv Staff

Hello,
You header is getting a width from a custom css code: https://www.screencast.com/t/B6jv7GuQXZsE
Please remove this width from the logo and it should position properly.
Thank you!

CarnivalOwner
tagDiv Member

thanks. i’m working my way through this. there’s probably a better way to make changes than the way i’m doing — writing a lot of new CSS rules, but I’ve come across two issues that I need a little further help/input on.

• First is the sticky menu. I’m using Style 9 for the Header, with my custom-made Logo (and Retina Logo) uploaded and linked.

Also, I’m using a reversed-out (white) version of the logo for the footer (because of the dark footer background color) as well as for mobile devices (also because of the dark background color).

The problem is, when the menu becomes sticky on Desktop dimensions, the logo it’s using is the (white) mobile logo. Thus, since I’m using a very light background on my main page and header, the sticky logo is not visible. Is there a special CSS rule I can write that will use a smaller version of my MAIN logo for the small sticky menu, rather than it defaulting to the white mobile logo?

• Second, I’m using the politics revslider from the demo and will swap out the pics and link them to new titles and stories. However, I noticed what seems to be a bug. A lot of people MAXIMIZE their browser windows on desktop (especially Windows users), and what happens is that the text in the right-side div of the slider image goes off the page, i.e., outside the boundaries of the picture.

I looked at the rule for the class .tp-tabs.inner.hebe.nav-pos-hor-right.nav-pos-ver-center.nav-dir-vertical and it appears to be positioned absolutely. I tried to add a right-size margin, using both a percentage and a pixel width, but none worked. Neither did attempts at adding padding-right. I noticed you have a 50%/50% rule in the CSS to push in the text evenly on window downsizing, but the problem occurs on window “upsizing.”

Note that this is only an issue on desktop dimensions and larger (since the right-hand column is not used on mobile device screen dimensions). I think it may have something to do with the maximum page width, but before I do anymore back-and-forth chasing down this quirk I thought I’d ask you about it first.

Thanks for your attention and feedback.

JJ0000
Participant
#0

Font awesome plugin was causing some slow down on site. This code seemed to fix it by putting it in the header.php file. You can even delete plugin ’cause it’s grabbing everything you need externally.

<script type=”text/javascript”> (function() { var css = document.createElement(‘link’); css.href = ‘//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’; css.rel = ‘stylesheet’; css.type = ‘text/css’; document.getElementsByTagName(‘head’)[0].appendChild(css); })(); </script>

http://stackoverflow.com/questions/35877994/font-awesome-is-loading-very-slow

simchris
tagDiv Member

Do what I do — removed the stuff in the style.css not being used, then minify it 🙂

pavel@earnware.com
Participant
#0

Since last update the styles.css file has become too big.

For example I am not using bbpress or instagram or even woocommerce – why would I want those styles to be loaded? Also I am not even using all blocks and module – it would be nice to have the styles.css dynamic somehow.

If for example I am not using instagram, why would that css show – why not take it out?

Is this even possible?

P.S. I know you will point out that the template is scoring great, true. But when I am not using even half of it’s features – and it would be even faster than it is – who wouldn’t want that?

Please make these things dynamic!

You’re the best! Thanks for the great work!

salute
Participant
#0

When using boxed background & background ad, the category page (only), is showing a white border right under the top menu.

boxed layout white border
border css

smartphile
tagDiv Member

I also want to remove the google, twitter pinterest icons. I added the code you mentioned into the CSS through the theme panel, but it is still shown.

Also I want to remove the text from the facebook like and share tweet button and add a whatsapp and instagram button.

How to do this?

Post: https://snag.gy/xqAGLi.jpg
CSS:https://snag.gy/iKAr4v.jpg

elsenorcapitano
Participant
#0

Help! I updated the to version 7.8.1 and now several pages are showing the below issue:

Fatal error: Call to undefined function vc_shortcode_custom_css_has_property() in /customers/0/c/1/smashmoose.com/httpd.www/wordpress/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 53

Regards

Steve

awoodhams
tagDiv Member

Thanks for your response! How can I change the color of the category tags…all of them…with css?

kiev_walking
tagDiv Member

Try to install woo 3.0.1 on 7.8.1 np and i have problems on theme side – css difference is too large… Please, fix it (gallery, list of products – text, etc).

Bogdan B.
tagDiv Staff

Hello,

The comment count can be added or removed for categories and pages at the same time from the theme panel. If you require the comment count to be removed just from the category pages, you cna uadd this custom code in the theme panel->custom css box:
.category .td-module-comments{
display:none!important;
}

Thank you!

Simion C.
tagDiv Staff

Hi,

You could set a margin for the page using a code like this – https://www.screencast.com/t/Jj1PXGASc
so the background would display like you want. However you should enter this code in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/DpdoGI2fGXxy because it may not look properly on smaller devices. This is the code used

.td-boxed-layout {
margin-top: 48px;
}

Thanks

tvpittner
Participant
#0

Hi
I use Style 11 Header on heypretty.com and up until a few weeks ago the logo was centered as it should. Now for some time it is aligned left. I tried a few things but for the life of me cannot see how this became ‘broken’. It could be that a plugin interferes but i was not able to find the culprit.

what I tried:

  • uploaded a new logo
  • made sure there are no ’empty’ header ad banners
  • played around with different ways of compressing css and js

any help is very appreciated
best
marc

Viewing 25 results - 18,226 through 18,250 (of 33,436 total)