Search Results for 'css'

Results from the Forum
savunmahatti
tagDiv Member

Hello i want use social media box block can you help me for css edit?

Simion C.
tagDiv Staff

Hi,

From what I can see you do not have a top menu currently in the website. Only the main header menu is present. I could give you a code that you can try for this situation with the header menu on tablet (portrait). Something like this
https://www.screencast.com/t/K4XCaaM2w
Try entering this code in Theme panel->Advanced CSS in the portrait field and check if this is a possible solution.

.td-header-style-5 .td-header-menu-wrap-full {
height:60px!important;
}
.td-header-style-5 ul.sf-menu > .td-menu-item > a {
padding-left:0;
padding-right:18px;
font-size: 11px;
}

Thanks

infopelegrin
tagDiv Member

Site Link: https://www.defender.hr/
The font in the footer are now black when the mouse crosses them. I want to be yellow as a sub footer. I can not find a css that changes color only in footer fonts, and blocks.

Catalin
tagDiv Staff

Hi Glez,

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

The code is ->

@media (max-width: 767px){
.td-container, .tdc-row {
padding-left: 0;
padding-right: 0;
}

Thanks.

Simion C.
tagDiv Staff

Hi,

If you try it like shown there will be no damage to the block. Simply add the icons you want for each block and use the CSS provided
https://www.screencast.com/t/adk3VHIC9
https://www.screencast.com/t/4vnYPSsK
I have tested this for default block header template, if you use a different block header template, the CSS code might need some modifications.

Thanks

Catalin
tagDiv Staff

Hello Jorge A.,

Unfortunately, please notice that our theme does not have any such an option that allows you to add some ads to your posts on category only if you will make some adjustments in the code which involve custom work. If you want to add some ads in your categories pages you should edit the theme core files and add it to the code, according to our documentation here -> https://forum.tagdiv.com/topic/advertising-block-in-category-page/
After this, using a bit of CSS code you should adjust it to have a good look. Also, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for your understanding!

michaelaulia
tagDiv Member

My bad, it looks like it affects Post Style 4 as well. I don’t know much about CSS but using the Inspect tool on the browser, it looks like post style 4/6 div span does not go all the way from edge-to-edge (i.e smaller width)?

Comparison here: https://imgur.com/a/xYfwi

paolocirillo
tagDiv Member

Hello Catalin,

the last question, in your opinion with CSS will be possible?

I tried some combinations but unsuccessful.

Thanks!

Catalin
tagDiv Staff

Hello,

It seems to be a mini-bug in our theme and that’s why you should try using the following useful code and place it in Theme panel -> Custom CSS Area.

.td-main-content-wrap, .single .post{
pointer-events: none;
}
.td-main-content-wrap .td-container, .single .td-container {
pointer-events:auto;
}

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The mega menu is not supposed to be used like this. I can give you a code to make them display as you want, but you will have to make tests and see it it causes any problems.
https://www.screencast.com/t/YjkPbNCxsIT
Enter it in Theme panel->Custom CSS section

.menu-item-123 .sub-menu .menu-item > a {
padding: 7px 22px;
top: -80px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could use some CSS for that. Like in this example
https://www.screencast.com/t/4Fwq03zg

.woocommerce-page .current-cat > a {
color: yellow;
}

Enter the code in Theme panel->Custom CSS section (chnage the color to what you want)

2. I don’t know how something like that could be done. Probably by editing the plugin files. There could be solutions online that you can try, in similar topics.

Thanks

Catalin
tagDiv Staff

Hello fquiquet,

This is the default style for that demo, sorry! You should try using a bit of CSS code to achieve this. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-theme-wrap .block-title > span{
color:white!important;
background-color:black!important;
padding-left:10px!important;
}
.block-title{
border-color:black!important;
}

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

Thanks.

rhodezman
Participant
#0

Hello,

I would like to place both categories AND pages in a megamenu. The problem is that the styling (placement!) of the category items and page items is different. I’d like to have the exact same placement for page items as for category items in menu (pages after categories in similar fashion with same hover effect). I couldn’t figure out how to do this with CSS, I could only align all items to right but the gap between is bothering.

Here is my site in progress: https://kaupunkikanava.fi.seravo.com/

You can see current pages + categories layout in RADIO submenu (it’s default, with text-align:right for categories)

Simion C.
tagDiv Staff

Hi,

Make the modification to the number of products in this file
https://www.screencast.com/t/lO6yXobqdb2o
Or try this solution – https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
Fro the display issue use a code like this, there seem to be some unusual properties to the styling of the products
https://www.screencast.com/t/GCcEaoVvE
Enter the code in Theme panel->Custom CSS section

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin-right: 20px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none;
}

Thanks

macmandk
tagDiv Member

All these things are clear!!! Well, I found the bug. Each time I change the value (border etc.) the composer create a additional code which has influence on the layout. It’s clearly a bug in the composer. You can have different css values, but the same layout. It’s pretty strange – please look at this major bug.

Thank you

michaelaulia
tagDiv Member

Thanks for the reply! I tried changing the post limit to follow your screenshot but didn’t seem to do anything.

Could it be a CSS issue or something that I put in somewhere? If you look at the “Related Articles” box, it seems to be misaligned/off: https://imgur.com/a/dry8M

LilyUK
tagDiv Member

Hi Catalin
I was using Magazine Theme before with a separate share plugin.

Is there perhaps some custom css I could add which would remove the count but not the share buttons?

Edited to add that I tried my old share plugin but again the counters still show 0 so I think you may be correct that my old theme had it’s own counter in some way.

  • This reply was modified 8 years by LilyUK.
paulberrow
tagDiv Member

I deleted menu container in header, but it worked ok with version 7.0. After i updated to 7.8 i got this problem.
Now i set menu back and hid it with css, but without your code it still didn’t work well.
With the code you gave me it’s ok, thank you

NegomboToday
tagDiv Member

Wow Thank You very much Simion C.. It Worked really well with Live CSS part

Edward
tagDiv Member

The answer was given here: https://forum.tagdiv.com/topic/how-to-create-a-child-theme-for-newspaper-theme/

Read carefully this manual: https://forum.tagdiv.com/the-child-theme-support-tutorial/

A sample child theme (with style.css and functions.php files) is available in the /code/ folder in the package that you downloaded form Themeforest:

Simion C.
tagDiv Staff

Hi,

Please note that each demo contains custom code and design. The Business demo date is specific to the business demo, there is no date widget that can be placed on pages. It contains a simple text with title followed by a code in a Raw HTML element
https://www.screencast.com/t/tXNsFzYsQI
https://www.screencast.com/t/K2FSyubG
You could use a different method as well to display the date in a raw HTML element
https://www.arclab.com/en/kb/htmlcss/display-date-time-javascript-php-ssi.html
https://www.screencast.com/t/OsL4JrjqrD
https://www.screencast.com/t/LvJw6yGKE5YV

Thanks

goalgazette
Participant
#0

Please send the codes for style.css and functions.php

aneruion
Participant
#0

<footer>
Save
<div class=”tdw-more-info-text”>Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.</div>
<div class=”tdw-resize”></div>
</footer>

I want to remove this line:
<div class=”tdw-more-info-text”>Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.</div>

goalgazette
Participant
#0

PLEASE post down the file codes for style.css and functions.php!

I truly need help to set the child theme.

infopelegrin
tagDiv Member

I solved the big grid problem with css

Viewing 25 results - 16,151 through 16,175 (of 33,436 total)