In the course card as well as in course directory and also in the course layout page, with the course Prices the word student is appearing as you can see in the screenshot. I need this to be removed.
It also comes with a problem that the link in this word student is targeted to different course whereas the price amount indicates to the course in subject. Hope I have made the question clear.
Thank you the link is working but i am not able to remove student text with the pricing. I only want to show pricing and not the student with this coursel. Secondly, please advise how to change the color from green to black. Please check at the homepage: Inklogy – Digital City of Education
Thank you that helps. Can you guide me how to identify exact container selector block to use in css. I tried for last 8 hours using all the tools but i was not able to locate the exact container and then to add css styles. I am good at css style but to locate the exact containter is very challenging.
Dear Concern
In the course card as well as in course directory and also in the course layout page, with the course Prices the word student is appearing as you can see in the screenshot. I need this to be removed.
It also comes with a problem that the link in this word student is targeted to different course whereas the price amount indicates to the course in subject. Hope I have made the question clear.
Attached files: plugin.JPG
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.block.courseitem.course8 .course_meta .pricing_course a:nth-child(2) strong{display:none;}
Thank you the link is working but i am not able to remove student text with the pricing. I only want to show pricing and not the student with this coursel. Secondly, please advise how to change the color from green to black. Please check at the homepage: Inklogy – Digital City of Education
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.pricing_course a.course_price_option.amount:nth-child(2) {display:none !important;} .pricing_course a.course_price_option.amount strong,.pricing_course a.course_price_option.amount span{color:#0e0e0e !important;}
Thank you that helps. Can you guide me how to identify exact container selector block to use in css. I tried for last 8 hours using all the tools but i was not able to locate the exact container and then to add css styles. I am good at css style but to locate the exact containter is very challenging.
im not sure what are you looking it cannot be taught like this here in single reply :
I think you are looking for this :