Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

You need to add this inside the button

https://www.screencast.com/t/3CF2MVNG

https://www.screencast.com/t/RoPKaiI8

And add this css in Newspaper>Theme panel>Custom code>Custom css

.td_btn a, .td_btn_lg a, .td_default_btn a{
    color: white;
}

Thanks.

  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
Calin
tagDiv Staff

Hi,

Please add this css in Newspaper >Theme panel>Custom code > Custom css in order to hide the categories and author view
.td-post-category, .td-author-counters{
display: none;
}

See results:
-> https://www.screencast.com/t/rclCbBDFHq2

2. Please go in Newspaper>Theme panel> Footer>Footer info content and remove logo, footer text, your email adders
https://www.screencast.com/t/1KC9DdOIa
Lat me know how it work.

Thank you.

ashutoshjosh
Participant
#0

Hey there!

We need to make tables responsive in AMP but cannot find where the AMP style sheet is so that we can add a class.

Could you please let us know where we can locate it and how we can edit it. We are using the Tagdivi AMP plugin.

Regards
Ashutosh

Simion C.
tagDiv Staff
Menu - reply

Hi,

The main menu will display the menu items one after the others in the available space
https://www.screencast.com/t/TscynPPX
If there are many menu items they will drop to a second row.

What exactly do you want to do with the main menu? maybe it is possible with some CSS. More details and a link to the website would be helpful.

Thanks

Calin
tagDiv Staff

HI,

Please add this custom css in Newspaper>Theme panel>Custom code >Custom css:
#menu-td-demo-header-menu-1 .td-module-image img {
height: fit-content;
}

See results: https://www.screencast.com/t/BShBTmeBzq

Thanks.

Simion C.
tagDiv Staff

Hi,

Try a code like this – https://www.screencast.com/t/jwhr3psw

@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}}

I could modify it if needed, let me know. Enter it in Theme panel->Custom code->CSS section.

Thanks

Calin
tagDiv Staff

Hi,

Please add this css in Newspaper>Theme panel>Custom code>Custom css
.td-trending-now-wrapper{
padding-left: 24px;
}

Thank you.

Calin
tagDiv Staff

Hi,

Sorry , I understand something else, sorry for the inconvenience.
In order to have the feature image on full width on posts please set this css in Newspaper>Theme panel>Custom code>Custom css:

.td-post-template-2 .td-post-featured-image img {
width: 100%;
}

I hope this time I’ve understand well what is your desire.
Thank you for your understanding.

Catalin
tagDiv Staff

Hello Yul,

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

.single_template_6 .td-post-date{
display:none;
}

Thanks.

andres1492
Participant
#0

Hi, I would like to remove my mobile menu from my website because I don’t need it, and I know that I have to edit the CSS but I am not really expert. If someone could help me I would be really grateful. Thank you.

likocorp
Participant
#0

Hello.
May be it is not the issue of your theme but I can not adjust my table style in the post.
In CSS I made additional style for table with border:0px
But every time it shows the borders of cells in the table which I want to be invisible.
https://ibb.co/eT2vBL
I tried to make 1 px border but with the same color as background of table but it always shows me white borders of table?
Could you please advice me what is the problem?
PS padding style also does not work.

Calin
tagDiv Staff

Hi,

Please try this custom css:

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
background-color: gray;
}

Paste it in Newspaper>Theme panel> Custom code> Custom css
See results: https://www.screencast.com/t/9HnBknBONzE

Thank you.

Calin
tagDiv Staff
Calin
tagDiv Staff

Hi,

I see you have add some custom code ( this one )
.td_module_flex_1 .td-thumb-css {
background-position: center top;
}

Please look for it in Newspaper>Theme panel> custom code> custom css
and try remove it, save and try again.

Thank you.

skao
tagDiv Member

Hi Calin,
It worked perfectly. Can I add this custom CSS on Child theme? How to do it.
Many thanks.

Catalin
tagDiv Staff

Hello Mutart,

Will not you like this style? -> https://www.screencast.com/t/i4CLlv5xrV Notice that our theme does not have any such an option that allows you to move the meta information container above the thumb, sorry! You can use such an additional custom CSS code to force this section above the thumb but we do not recommend this thing because you can break the theme layout.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Please try the below custom css:

.wpb_wrapper .td_block_wrap .td_block_template_6 {
text-align: center;
}

Copy and paste it in Newspaper>Theme panel> Custom code> Custom css
Hope this is what you desire.

Thank you.

Calin
tagDiv Staff

Hi,

Sorry please remove the above css if you paste it in custom css.

I’ve try your footer logo ( https://www.screencast.com/t/yWKx0EqEE ) on my website and it works ( https://www.screencast.com/t/zbccdV295bI ), unfortunately all I can do for you is to provide a css that need to be please in wp-content>plugins>td-amp>templates>style.php (example https://www.screencast.com/t/vIUHFAbD6uRH )

.td-footer-component-wrap .td-footer-logo amp-img,
.td-footer-component-wrap .td-footer-logo img{
max-width: 272px;
max-height: 90px;
}

Sorry for the inconvenience.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Please add this css in Newspaper>Theme panel > Custom code> Custom css

.mfp-figure:before {
display: none!Important;
}

Thank you.

Kevin
tagDiv Member

Hi,

Thanks for getting back to me. In the grand scheme of things the issue with the colour picker isn’t a major problem and I am more than happy to wait for an update.

The issue with the email address is odd, as before the update the text colour was white with a blue hover colour, just as I had set it in the theme sub footer colours section.

Since the update to version 9.1 the email address text is now adopting the sub footer background colour and the hover colour isn’t working either yet everything else in the sub footer is picking up the correct text and hover colours.

Is there a quick custom CSS code I can use in the meantime?

Thanks

Kevin

Calin
tagDiv Staff

Hi,

Please replace the above css with this one:

@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!Important;
}
}

Se results: https://www.screencast.com/t/ULs1sH71CHQ7

Thank you.

Calin
tagDiv Staff

Hi,

Please replace the above css with this one:

.td_smart_list_6 .td-sml-current-item-title {
display: contents;
}
.td_smart_list_6 .td-sml-current-item-nr {
margin-right: 15px;
position: relative;
}
.td_smart_list_6 .td-number-and-title {
text-align: center;
}

Thank you.

Catalin
tagDiv Staff

Hello Bader,

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

.page-id-1215 .td-main-page-wrap {
padding-top: 0;
}

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Yul,

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

The code is ->

.homepage-one-top-post .td-module-meta-info{
display:none;
}

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

If you want to set custom width to page and sidebar, select the row, click on column click on css and set the width ( https://www.screencast.com/t/pjPH5HjyYFgI https://www.screencast.com/t/gojtKJrhb )
Hope this will help you.

Thanks.

Viewing 25 results - 12,526 through 12,550 (of 33,436 total)