how to change the color of the title of the course
http://prnt.sc/sr1cwm
@mfarnana
Please share the page URL. So that I can share page specific custom CSS code for you
Use this cSS code and paste in wp-admin > Appearance > Customize > custom css
h4.block_title a{color:#6ec1e4 !important;}
.directory.course #buddypress ul.item-list li a{color:#ff0000}
and how to change the size of the font
and the titles in this link didn't change
https://www.nawahil.ly/author/fernana/instructing-courses/
and i want to change it in this page
https://www.nawahil.ly/members/fernana/
For this page:
http://prntscr.com/ssuchz
.archive.author .block.courseitem.course4 .block_content .block_title a{color:#ff0000 !important;}
For this page:
http://prntscr.com/ssudor
.bp-user .block.courseitem.course4 .block_content .block_title a{color:#ff0000 !important;}