Homepage slider
In case that you'd like to edit / remove the wave elements on top and bottom of the homepage slider, please follow the instructions below:
Mouse hover the Slider Revolution link in the top navigation and on the "Massage Home" slider:
Next, click on the "Static/Global Layers" and you'll be able to edit / remove the wave layers:
You can also check:
https://www.themepunch.com/revslider-se-doc/slide-layers/
Vamtam Beaver Themes: Guide to Revolution Slider
Page header with a background image
If you'd like to edit/remove the wave elements on the top/bottom of the page please add the code below to Customize > Additional CSS:
.has-background .meta-header::before { display: none; } .has-background .meta-header::after { display: none; }
Vamtam Beaver Themes: How to add custom CSS / PHP code or modify the theme code
Page header without a background image
If you'd like to edit / remove the wave elements on the bottom of the page, please click on the "Edit page" link:
Locate and edit / remove the Page Title Background image (in the local page's Vamtam options):
Remove the wave elements on mobile
In order to remove the wave elements for mobile resolutions you have to add this to Customize > Additional CSS:
.has-background .meta-header::after,
.has-background .meta-header::before {
display: none !important;
}
Vamtam Beaver Themes: How to add custom CSS / PHP code or modify the theme code