Customization Tips | Pitech - Documentation | JoomShaper

Pitech

Updated Last: 20 March 2023

Customization Tips

How to remove lines from Blog images

Images used in a single article view by default have blue lines around two borders.

To remove them you use below custom CSS:

.article-details .article-full-image::after {display: none; background: none;}

..........