Hello,
Solution for Question 1, Please follow the below steps:
1: Go to the team members edit page.
2: Click on Text mode to enable HTML code editing & add the below codes at the bottom of the description.
<h3 class="winning-rewards--title">Winning Rewards</h3>
<div class="wps-team--divider-wrapper wps-team--member-element"><div class="wps-team--divider"></div></div>
<ul class="winning-rewards">
<li>2022 Winter Olympics Medal</li>
<li>2020 National Medal of Arts</li>
</ul>
3: Change the information you need.
4: For styling purpose you have to add custom CSS to your website. Below is the CSS code:
body .wps-widget--team h3.winning-rewards--title {
font-family: var(--wps-social-title-font);
color: #ff0052;
font-size: 24px;
line-height: 1.5;
margin-bottom: 10px;
}
.winning-rewards {
list-style: none;
}
.winning-rewards li:not(:last-child) {
margin-bottom: 6px;
}
Please check the screenshot: https://tinyurl.com/ypxffegc
5: Insert the CSS code in your website, there are a few ways to do it. If you do not know, please check this article: https://bloggingtips.com/custom-css-in-wordpress/
About Question 2, we do not have this feature yet, but we have added it to the development queue, you will get this feature within a few releases. It will take approximately 15 days.
Best Regards!
-
This reply was modified 1 year, 2 months ago by
WP Speedo.