- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Signify › Custom styles not updated after changing
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
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,
Thanks, it started working. Not sure why it didn’t work from the beginning.
Glad to help. Have a good day
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


