• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

style class missing in "breadcrum_owner_card.php"

linkchilla

Chevereto Member
Website URL
https://www.linkchilla.com

Chevereto version
3.10.3

Description of the issue
Hi,...

can you please consider changing line #9 in "breadcrum_owner_card.php" and add class="user-image" to the avatar? Makes custom styling a little easier and I don't have to override breadcrum_owner_card.php again on future updates.

e.g:
- <img src="<?php echo $owner['avatar']['url']; ?>" alt="<?php echo $owner['username']; ?>">
+ <img class="user-image" src="<?php echo $owner['avatar']['url']; ?>" alt="<?php echo $owner['username']; ?>">

Thank you!
 
Back
Top