Search Results for 'css'

Results from the Forum
Catalin
tagDiv Staff

Hello Padraig,

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

The code is ->

.td-module-thumb img{
border:1px solid green;
}

Thanks.

Catalin
tagDiv Staff

Hello Josuesantana,

Unfortunately, the theme will only apply the category tag to be with that colors and the other elements will receive the general theme color. So, if you want to achieve another functionality in this regard, notice that you should edit it yourself the theme core files and add some custom CSS code for that case. 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

Hi,

That could be done in two ways, either make modifications in the code and replace the icon with the text you want
https://www.screencast.com/t/2cAAwME6
Or maybe use some CSS to replace the icon with a text, like in this example
https://www.screencast.com/t/e7JbQeXg

.td-icon-mobile:before {
content:'Menu';
}

In either cases further design would be needed to style the text since text is not supposed to be displayed in that location.

Thanks

meri
tagDiv Member

Just found a CSS that works perfectly, thanks anyway

deanysus
tagDiv Member

Hi,

Thanks. Could you please also answer the question #2?

– What’s the standard size for that background image?

– How do I remove a shadow that stretches across when the background image is added? I’ve changed all kinds of “shadow” settings for it in CSS, but nothing affects it.

Screenshot of the shadow: https://i.imgur.com/rRTxxi1.png

This shadow is showing when using your shortcode (provided above by Bogdan).

Thanks!

bemibel
tagDiv Member

Hi Catalin,

Witouth custom css and with speed booster desactivated, after clearing the cache the problem persists. There are strange effects and flashes at loading.

The url of my website is desdelaraiz.com

Can you check it?

Thank you.

simchris
tagDiv Member

Mainly a WordPress issue in that Google grabs stuff while the site is in “two states” .. and so you get sometimes the story ID vs the permalink, or broken links since the pages don’t render correctly with missing elements, CSS, jscript, etc.

So, you might see ‘cached’ copies loaded, which I think might be those ?=postid stuff

( I don’t work here; just long time WP user )

temporary_saint
tagDiv Member

Hello – I’m using the EXCERPT setting as documented here (https://www.screencast.com/t/4tKzW67YRuxl) but it looks like something is over-writing that setting? I’ve got no custom CSS added but nothing I do seems to affect the Excerpt text CSS.

CSS settings: https://d.pr/i/KoHfkG

Thx!

Simion C.
tagDiv Staff

Hi,

Try a code like this, see if it works for you
https://www.screencast.com/t/Jc8FUkB4gZn
It will place the menu link on the right as you want

.header-search-wrap {
right: 54px;
}
#td-top-mobile-toggle {
position: absolute;
right: 0;
}

Enter it in Theme panel->Advanced CSS in the phones section.

Thanks

EUCMH
tagDiv Member

Hello
I don’t want to add some plugin because my posts are allways in justify and the blockquote will be set to the right.
I just want to know where these two things are located (name) in the *.css
thank you

Simion C.
tagDiv Staff

Hi,

Then the code should be like this, to enable the scroll on mobile
https://www.screencast.com/t/FFAIvpdTl

.td-scroll-up-visible{
display:block;
}

Enter it in Theme panel->Advanced CSS in the phones section.

Thanks

Padraig
tagDiv Member

Thanks for getting back to me so fast.

So i’ve attached a Screenshot – Ideally i would like a 1 px border around my thumbnails and images. However the live CSS i’m using is also putting a 1px border around my logo and other items. Is there a way i can edit the blocks to do this?

http://www.chaoshour.com/wordpress/wp-content/uploads/2018/01/screen.jpg

Just some advice is all i’m looking for.

Thanks so much Catalin 🙂

abc.xyz
tagDiv Member

Hi Simon, Thanks for the reply. You have been very nice and I don’t want to bother you with many questions.

Even when I apply what you said,
When I right click and choose view page source roboto font is still there. Check this code

link rel='stylesheet' id='google-fonts-style-css' href='http://fonts.googleapis.com/css?family=Poppins%3A400%2C700%2C800%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C800%7CRoboto%3A400%2C700%2C800&ver=8.5.1' type='text/css' media='all' />

I have made roboto in bold for you to notice it, and is still there.

  • This reply was modified 8 years by abc.xyz.
Simion C.
tagDiv Staff

Hi,

The rows can have a background video, color or image
https://www.screencast.com/t/OzPqvggRU6FC
Check the CSS tab in the row settings, there you can set a background color or image.

Thanks

Catalin
tagDiv Staff

Hello syahrizal.mu,

Notice that table does not come with our theme, sorry! If you want to change this you should edit the table and add some Custom CSS code to remove the border.

Thanks for the message!

Catalin
tagDiv Staff

Hello Padraig,

Unfortunately, the theme does not have any such an option that allows you to import only some parts of a demo, sorry! Or all or nothing! Notice that each demo has own style and if you want to combine more than style from different demos you should do it yourself because this task involves doing more additional customizations and we cannot provide something like this at the moment, sorry! Please notice that each demo has the own style code in demos folder, demo_style.css -> https://www.screencast.com/t/ZbMWYvMRxq.

Thanks for your understanding!

meri
Participant
#0

Hi,

Is there a CSS custom code I could use to modify the height of the space where the logo is? Desktop version only.

Thanks for your help

Padraig
Participant
#0

Hey To Help tidy up the Website i’ve been interested in getting a 1 pixel outline on all images. Coloured in Black – Is this a custom CSS job? If so could someone point me in the right direction getting started. I’m using the “videos demo”

JA_Maxime
Participant
#0

Hello,

I would like my site to use the woocommerce css in the child theme. I copied the file style-woocommerce.css in the folder / www / wp-content / themes / Newspaper-child / woocommerce but it does not work.

I tried modifying the .single-product .product_title class and putting font-size: 48px; to test.

Can you help me ?

Thank you

Catalin
tagDiv Staff

Hello oneprimalscream,

If you want to hide such a widget for a certain page, you should use a bit of CSS code for that page using the page ID. You should provide your website URL and specify exactly from where you want to hide the widget.

Thanks for the message!

Catalin
tagDiv Staff

Hello arirasanen,

You should change it with a bit of CSS code and place it in the custom CSS area corresponding to Mobile Devices from here -> https://www.screencast.com/t/tpFKPzLKK3
You should create your custom CSS code which you want according to the following useful tutorial from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and target what kind of class you want for mobile devices.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That could be done with custom code in the theme Advanced CSS sections, for each module. Something like this for example, for all at once
https://www.screencast.com/t/IzsSZrNfug
Or create code for each of them if required
https://www.screencast.com/t/WpNO7c0JwAl
This is the code used in the example

.td_module_3 .entry-title,
.td_module_14 .entry-title,
.td_module_16 .entry-title,
.td_module_mx3 .entry-title {
font-size: 15px;
}

Such conditions can be created for other sections in the Advanced CSS fields.

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please add this code in your mobile theme custom css section:

@media(max-width:767px){
.category-el-temps .td-post-featured-image{
display:none;
}
}

Thank you!

Catalin
tagDiv Staff

Hello Ryansmccain,

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

The code is ->

.td-scroll-up .td-icon-menu-up {
color: red;
}

Thanks.

EUCMH
tagDiv Member

another question : where can I add css for the post : text-aling: justify ?
same for blockquote : text-align: right
I mean add or change !
thank you

I am using the Newspaper and works direct with the imported demo pages

  • This reply was modified 8 years by EUCMH.
Viewing 25 results - 15,401 through 15,425 (of 33,436 total)