challenges with front page sections

More
9 years 5 months ago #46741 by shawn
Where do I go to modify these section headings.

I've circled them in this screenshot.



Also, where is the code that puts the circle around the testimonial pictures.

Thanks!

Please Log in to join the conversation.

More
9 years 5 months ago #46742 by milos
Hello,

You can edit titles in Extensions > Templates > hot_transport > Layout > Row Settings (for this row).

All images in the testimonials row are rounded. To make other image rounded, you can add class to this image, in example "rounded":
Code:
<img src="path/to/image" class="rounded" />

and then add this in template_css.css:
Code:
img.rounded { border-radius: 50%; }

Thanks,
Milos

Please Log in to join the conversation.

Time to create page: 0.179 seconds
Powered by Kunena Forum