I'm wanting to change the heading style for the modern template on the default demo site. It shows on my website a blue line next to "Popular Courses" and I want to change it to a grey underline like the one shown on the Default Demo Live Preview. How can I do that while still maintaining the modern theme?
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
.v_module.custom_post_carousel.v_first span:before{background:grey !Important;}
Thanks for the reply! That line of code only changes the color to grey. It doesn't place an underline for the width of the page under "Popular Courses" though.
That is getting a bit better. I still need that underline to go across the page though. Here'sthe demo for reference. The page break underneath Popular Courses is the CSS code I need.