Radius image in mobile theme plugin

Posted in: Newspaper
Post count: 163

Dear,
How to set the ‘image radius’ for images in mobile theme plugin version of site.

Thank you in advance.

Post count: 27744

Hello,

For this, you will need to use the border-radius css property. Here is an example:
.td-module-thumb .entry-thumb{
border-radius:20px!important;
}

Add this code in the Theme Panel -> mobile theme plugin -> custom css box.

Thank you!

Post count: 163

Dear Anamaria,
I have error for that code!

Post count: 27744

Hi,

Please let me know what error you have.

Thank you!

Post count: 163

Anamaria,
please see image
https://ibb.co/DGW0DJT

Post count: 27744

Hi,

You can ignore it; it is just a warning.

Thank you!

Post count: 163

This code is only for up line of image
down line of image do not have radius!!!

Post count: 27744

Hi,

Please provide the link to your website, for me the is applied to all posts -> https://i.imgur.com/RRQzasD.png

Thank you!

Post count: 163

Dear,
site is https://nook.rs
you have admin access
I sent before.

Post count: 27744

Hi,

Please use this code .td_module_mob_2, .td-module-thumb .entry-thumb {
border-radius: 20px;
}
and delete the above code provided.

Thank you!

Post count: 163

Dear A,
I added this code, but not working!
Down line on thumbnails images does not has image radius :(((

Post count: 27744

Hi,

The problem is caused by the cache plugin; please disable it and check it.

Thank you!

Post count: 163

I do not know What I would say more
Wp-rocket is only plugin with
a have performance of your mobile theme over 90.

More thinks not working…
I spend 2 mounts clicking and clicking…
Sincerely I’m really dissapointed…

and not working after disabled wp-rocket!

Post count: 27744

Hi,

Please ask your host if you don’t have a cache plugin on the backend.

Thank you!

Post count: 163

Dear A,
I do not have cache plugin on backend!
This code works:
/* Radius image of thumbnails images */
.td-module-thumb {
border-radius: 5px;
}

Post count: 27744

Hi,

So it is solved, right?

Thank you!

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.