challenges with front page sections

  • shawn
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
8 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!
Attachments:

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
8 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.147 seconds
Powered by Kunena Forum