-
-
Hello,
I’m fairly new to webdesign and I’ve a few design questions.
– The first question is how can I make my page slides to not scroll? (I’ve made a screenvideo about this)
– How do I delete the ‘scrolling mouse’ animation from the last slide? (Photo)
– How can I align my menu and the social corner in the header with the same height of my logo? (Photo)
Thanks in advance!
-
Hello,
1-In Codeless Slider Settings > Autoplay, delay between slides in ms, i set it to 0 (screenshot)
2-I added this code into your Custom Css menu:
.swiper-slide.cl-slide:nth-child(4) .mouse-wrap { display: none; }
This will remove the mouse icon of only the last slide. If you want to remove it for the first slide as well, then just edit code to this:
.mouse-wrap { display: none; }
3-To align the menu with logo, i added this code:
.header_container.menu-full-style .header-row #navigation { padding-top: 8px; }
To align the social, i added this:
.header-row .header-row-inner .c-right { padding-top: 8px; }
You can change the values to your wish. Screenshot: https://postimg.cc/image/ass77b91z/
PS: Please know that there is a new theme update available. It has many features fixed and new added. I suggest you check it out: https://themeforest.net/item/folie-the-wordpress-website-builder/19946424?s_rank=4
Let us know.
Best regards!
-
Hi,
Thanks for replying!
I don’t know if you’ve already changed the parameters but the sliders are still automatically scrolling. I’ve a problem with viewing the ‘Pagebuilder Menu’ option like in your screenshot to view the instructions you gave me. It’s not showing when I select it. (Photo).
-
Hello,
To open the page builder, go to Appearance > Customize.
Watch a live showcase of it here: https://youtu.be/ZQuasOcvCZILet us know.
Best regards!
-
You must be logged in to reply to this topic.