- Posts: 10
- Thank you received: 0
challenges with front page sections
-
shawn
Inactive member - Topic Author
- New Member
Less
More
8 years 5 months ago #46741
by shawn
challenges with front page sections was created by shawn
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 5 months ago #46742
by milos
Replied by milos on topic challenges with front page sections
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":
and then add this in template_css.css:
Thanks,
Milos
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