Want to justify content, change the color of text when link is added to it

Posted in: Newspaper
Post count: 3

I want to make some content on my website inspire-imaging.com/about page to justified. When I apply style in the content box. It made the text hidden.

What is the way to achieve that and also when I add a link to any text it change its color to black and I didn’t find any option to change the link color.

One more thing I don’t want to apply lazy loading on all images on all pages. I just want to apply some fadein and zoom in animations on some of my pictures. Is there a way I can achieve that with newspaper theme.
and also is there a way I can schedule to apply animation in a way that in the same row 1 where are 2 pictures I can set timing for their animation like they show gradually one after each other.
waiting for your reply
thanks

Post count: 21065

Hello Inamullah!

You can use some custom CSS code, like in this topic: https://forum.tagdiv.com/topic/text-align-justify/
By default, this is the link color: https://imgur.com/gvoN3sh. and you have some settings also for the column text/text with title in the tagdiv composer.
Unfortunately, we do not have these effects options for the images in our theme.

Thank you!

Post count: 3

Hi Bettina,

I tried this css code .tdm_block .tdm_block_inline_text .tdm-descr .tdi_68 {text-align:justify !important}

but it doesn’t work

https://inspire-imaging.com/about/

above is the page of the website I’m applying it

Post count: 21065

Hello Inamullah!

You can set an extra class “text” on that element (example: https://app.screencast.com/TCfMyzgF1vTZ1?conversation=jxeGZ8fZnLDvCjz4z8raDp) and use the code:

.text{text-align:justify!important;}

Thank you!

Post count: 3

Thanks a lot
it worked.

Is there any way I can add effects to text like loading line by line?

Post count: 21065

Hello Inamullah!

Check here: https://www.w3schools.com/cssref/css3_pr_animation.php

Thank you!

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