Home Forums Free Themes Signify Custom styles not updated after changing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #140028
    SC
    Participant

    Hello,
    I’m trying to get rid off the section titles (was not able to find in the settings where I can remove them), and added the following code into the theme CSS:

    .section-title {
    	display: none;
    }
    
    .section-heading-wrapper  {
    	display: none;
    	height: 0px;
    	padding: 0px !important;
    }

    The first style works but the second doesn’t. It still has a height takes the space.
    Thanks

    #140030
    Psink
    Keymaster

    Hello,

    The second one has to worked for it. Well it’s OK we will help you

    Where did you add this Css code in the theme ?
    Did you added it to Admin panel >> appearance >> customize >> additional css ?
    If not try this one add this Css code in Additional Css then publish and refresh.

    .section-heading-wrapper  {
    	display: none;
    
    }

    I guess this will help you.

    If not send us a screenshot with marks and site URL of your site. it will helps us to find actual issue

    Regards,

    #140253
    SC
    Participant

    Thanks, it started working. Not sure why it didn’t work from the beginning.

    #140262
    Psink
    Keymaster

    Glad to help. Have a good day

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.