Search Results for 'css'

Results from the Forum
Victor
tagDiv Member

Hi, I’m trying to do the same. I have used in the custom css the code:
.td-header-gradient:before {
display: none;
}
.td-header-style-8 .td-header-main-menu {
border-bottom: 3px solid #303030;
}
but every time I reload the page (www.premarathon.com) or click in a post, the gradient down the menu is appearing for a second.
please, could you tell how can I solve.
Thanks

  • This reply was modified 8 years by Victor.
Simi360
tagDiv Member

Perfect thank you I will give this a try. Please just one last thing and I will leave you guys alone. I have attached a link to an image and there are 3 spots on here which I need help.

1) Weather Widget. I attached API and still does not work, I followed all instructions and still nothing. Is this not working?

2)I have looked everywhere I cannot find where to edit this option.

3) In order for me to remove the placeholders, i had to use CSS. I should have to do that. Is there a way to remove the placeholders that are there?

Thank You

there are two sections which I cannot seem to be able to replace can you please advice me how…

Simion C.
tagDiv Staff

Seems you are using a different menu implementation, that space would be the space reserved for the logo. But since you are not using it you could remove it with this code
https://www.screencast.com/t/JV5w8BfXh
Enter the code in Theme panel->Custom CSS

.td-header-style-7 .td-header-sp-logo {
display: none;
}
.td-header-style-7 .td-header-menu-wrap-full {
height: auto!important;
}

Thanks

Simion C.
tagDiv Staff

For the inside of the containers there is no theme setting. It could only be done with CSS code. The black version demo contains custom design like that for example
https://demo.tagdiv.com/newspaper_black/

Simion C.
tagDiv Staff

Hi,

That seems to be a very long word, it cannot be broken in a second line. It could be forced to break.
It would be useful if you could provide a link to your website for a more accurate solution. Try a code like this in the meantime and see if it works

.td-module-title {
word-wrap: break-word;
}

Enter it in Theme panel->Custom CSS section.

sasel57
Participant
#0

I want to add a new div container inside “.tdc-content-wrap” can i do it in the custom code panel ? If so where? Custom HTML or Custom Body Class? I have tried making some custom css changes but it won’t be saved, after i hit save setting it goes on forever.I want to add vertical ads to the page like this:

.tdc-content-wrap {
position: relative;
}
.banners{
position: absolute;
width: 200px;
right: -200px;
border: 1px solid #0f0;

afserban
Participant
#0

Hello friends!

I would like to increase the font size on the mobile theme. I guess I need a CSS code for that. Can you help me with it, please?

Also, I would appreciate if you give me a CSS code that changes the font family on the mobile theme, as well.

Thank you so much, guys!

Catalin
tagDiv Staff

Hello EUCMH,

You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.wp-caption-text, .wp-caption-dd{
color:white;
}

Thanks for your understanding!

agroinnograd
Participant
#0

Can i change background of the main container without editing css? In the theme panel there are only theme background.

Simion C.
tagDiv Staff

Hi,

I could give you a code to make the top menu transparent and also position the top menu besides the logo, something like this
https://www.screencast.com/t/iWtfiBvJLjFn

.td-header-style-10 .td-header-top-menu-full {
background-color: transparent;
top: 48px;
}

I believe that is what you wanted, give it a try and enter the code in Theme panel->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

There is an opacity transition, maybe that is what you are referring to. You could try setting a custom class to that row and then use some CSS to remove the transition if that us what is needed
https://www.screencast.com/t/bYvkUMe6dy9
The code you could try would be like this

.my_class .td-element-style {
transition: none!important;
}

Catalin
tagDiv Staff

Hello sasquatters,

Notice that I have given you a hint in this case but then, you should do it yourself because we cannot provide support for additional customizations-custom work. We have a useful guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Using this tool you should create your own Custom CSS code. Clear all the caches and check the results.
So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

If you want it to apply only below the header try it like this
https://www.screencast.com/t/8g7AP7sJR

.page-id-XXXX .tdc-content-wrap {
background-color: red;
}

You can use the theme live CSS box as well, to see how different customization work in real time
https://www.screencast.com/t/mG6MRKfe1Fb

Bogdan B.
tagDiv Staff

Hello,

Sorry but if you stretch the menu, you will also stretch the mega menu. You cannot have one stretched and one remain the same size.
You can fix the color though so you do not get the white space. Add this code in the theme panel-> custom css section

.td_stretch_content .td_block_mega_menu:before, .td_stretch_content_1200 .td_block_mega_menu:before, .td_stretch_content_1400 .td_block_mega_menu:before, .td_stretch_content_1600 .td_block_mega_menu:before, .td_stretch_content_1800 .td_block_mega_menu:before{
background-color:black;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,

It seems the general block css is overriding the newsletter widget css
Please add this custom css in your theme panel:

.tdn_block_newsletter_subscribe.tdn-content-horiz-center{
text-align:center!important;
}

Thank you!

Simion C.
tagDiv Staff

@kdannay You simply have to use either the CSS code provided in that topic, or comment the mentioned line of code. This will not cause 404 issues.
With CSS code – https://www.screencast.com/t/ggsQ5UHtxK3l
By commenting the code – https://www.screencast.com/t/yhw8fZoSmzY
https://www.screencast.com/t/bc3mqWdoPJ2

Tsuki
Participant
#0

Hey there,

I could not save the page/post in TD Composer mode after editing Live Css Editor. The save icon keep spinning and the page did not get saved.

I checked in the Network debug tab and it shows errors like this:

<br />
<b>Warning</b>: Illegal string offset 'css' in <b>/home/site.com/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php</b> on line <b>42</b><br />
<br />
<b>Warning</b>: Illegal string offset 'less' in <b>/home/site.com/public_html/wp-content/plugins/td-composer/css-live/includes/td_live_css_storage.php</b> on line <b>42</b><br />
[]

Can you help me?
Thank you.
Tsuki

Catalin
tagDiv Staff

Hello jcmlny,

I have checked your website on Android OS and I saw the delay. It seems that your code has been added to the custom CSS code, like this -> https://www.screencast.com/t/1ENMGZvIcse You should edit the style.css core file and add there this code for a good rendering. Clear all the caches and check the results.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Use a code like this to fix the margin bottom of the button, and also color them black with white icons
https://www.screencast.com/t/iCi9oVdmhT
Enter the code in Theme panel->Custom CSS

#bbpress-forums .mce-toolbar .mce-btn button {
margin-bottom: 0;
}
#bbpress-forums button {
background: none black;
}
#bbpress-forums .mce-toolbar .mce-ico {
color: white;
}

Alastair Dixon
Participant
#0

Hi there,

I have some text elements that are fading when a page loads (this should have nothing to do with lazy load). How do I turn off css fade animation on individual element blocks?

Alastair

anangpal
tagDiv Member

you can use CSS hero plugin for this or add this code in custom CSS:
td-main-content-wrap.td-main-page-wrap.td-container-wrap { padding-bottom: 0px; padding-top: 0px; }

you can change it for the entire theme .. if you want to add space for the specific page then add your page id in above code first

GadgetViper
tagDiv Member

Hi,

I recently fixed this on my site using this guide

You just need to paste this into the .htaccess file:

# BEGIN Expire headers <ifModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 5 seconds" ExpiresByType image/x-icon "access plus 604800 seconds" ExpiresByType image/jpeg "access plus 604800 seconds" ExpiresByType image/png "access plus 604800 seconds" ExpiresByType image/gif "access plus 604800 seconds" ExpiresByType application/x-shockwave-flash "access plus 604800 seconds" ExpiresByType text/css "access plus 604800 seconds" ExpiresByType text/javascript "access plus 604800 seconds" ExpiresByType application/javascript "access plus 604800 seconds" ExpiresByType application/x-javascript "access plus 604800 seconds" #ExpiresByType text/html "access plus 600 seconds" #ExpiresByType application/xhtml+xml "access plus 600 seconds" </ifModule> # END Expire headers

Rumail Abbas
tagDiv Member

One mor question:

can you show me how to change the color of the sticky (header) and size fonts through style.css without then changing it using theme panel?

Simion C.
tagDiv Staff

Hi,

Seems that one ad is missing some CSS, the others have a max-width and margin like this
https://www.screencast.com/t/I4TxLRafJzqc
You could add the same design to that one as well, with this code
https://www.screencast.com/t/3NWtERYotH

.bsaProContainer-20 {
max-width: 300px;
margin: 0 auto;
}

Simion C.
tagDiv Staff

With CSS I believe something like that is not possible. The border has a specific color set, and the category tags as well. There is no relation between them so they can inherit design from each other.
The category tag code once a category is entered will be specific to that, but the border code will apply to all modules 2.

Viewing 25 results - 14,651 through 14,675 (of 33,436 total)