Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › How to remove slanted line in Hero
- This topic has 6 replies, 3 voices, and was last updated 5 years, 9 months ago by
Themosaurusrex.
-
AuthorPosts
-
ClaudioParticipant@fingolfin75
- 3 Topics
- 13 Posts
Hello, a few months ago I asked how to eliminate the slanted line effect on the hero on the homepage.
By your suggestion, I added the following code to the additional css tab in customize:`#custom_header {
-webkit-clip-path: none !important;
clip-path: none !important;
}But that didn’t change anything. I am using child theme so In wonder if there’s something more to be done in this case. Could you be so kind to help me fix this?
Thank you very much for your support.
ClaudioJuly 29, 2019 at 13:53 #7417@themopteryx- 0 Topics
- 615 Posts
Hi @fingolfin75,
Could you please provide us with screenshots/links of your website?
Please don’t hesitate to comment or highlight your screenshots to help us better understand your issue.Best regards,
July 29, 2019 at 13:56 #7418@themopteryx- 0 Topics
- 615 Posts
Hi @fingolfin75,
This old CSS snippet was only for the page header.
To remove this effect fo the hero (homepage big header), simply add the following code snippet to your website:#hero { clip-path: none !important; }
Regards,
July 29, 2019 at 14:48 #7423@themosaurusrex- 0 Topics
- 2048 Posts
July 29, 2019 at 18:12 #7425 -
AuthorPosts
The topic ‘How to remove slanted line in Hero’ is closed to new replies.