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
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!
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
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!