Changing The Heading Style

Home Forums Legacy Support Support queries Styling issues Changing The Heading Style

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #113559
    Destinity
    Participant
    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?
    #113571
    Please share us your wp-admin credentials and your site url. PS: Please mark your reply as private.
    #113627
    Destinity
    Participant
    This reply has been marked as private.
    #113628
    Destinity
    Participant
    This reply has been marked as private.
    #113799
    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;}
    #113813
    Destinity
    Participant
    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.
    #113983
    Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. .v_module.custom_post_carousel.v_first h3.heading span {content:"";padding-bottom:1px !important;border-bottom:solid 2px;padding:0px !Important;} .v_module.custom_post_carousel.v_first h3.heading span:before {margin-left:-10px !Important;}
    #114065
    Destinity
    Participant
    That is getting a bit better.  I still need that underline to go across the page though.  Here's the demo for reference.  The page break underneath Popular Courses is the CSS code I need.
    #114113
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Changing The Heading Style’ is closed to new replies.