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!
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!