I have custom course designed on my website. Throughout my website the course cards looks same but on student profile page there is some CSS issue with it.
Home Page Course Card: https://prnt.sc/vqaydo
Student Profile Page course card: https://prnt.sc/vqazr4
We have customized Course Type 3 Course Card.
As compared to Home Page Course Card there is difference in CSS for Student Profile Page Course Card.
This reply has been marked as private.
hi
please use this Custom CSS
add this in wp-admin>>appearance>>custom css
.my-profile small {
font-size: 75% !important;
}
.my-profile p.block_desch {
font-size: 14px;
}
Now its working fine except the star ratings. It got disturbed now. https://prnt.sc/vrps3y
Home Page Course Card Star Rating: https://prnt.sc/vqaydo
Also how to show Whishlist & Addto Collection Icon on right side of star rating.
yes please remove above code and use this
.block_media .date small {
font-size:75% !important;
}
Also how to show Whishlist & Addto Collection Icon on right side of star rating.
In these carousels?
For that you will need wplms wishlist addon activated on your site and it will automatically start showing here