Menu
Vehica has Layout System. Layout = header + <page-content> + footer To edit menu you will need to edit layout. You can do it directly on your page this way: or you can select it via /wp-admin/ panel this way: You can find controls related to menu when you edit it and even more con...
Tue, 15 Feb, 2022 at 11:16 AM
This article explains how to add Menu Top bar like this 1. Edit menu via Elementor – you ca read more how to do it here: brakuje linku 2. Check “Display Topbar” and top bar will be added
Tue, 15 Feb, 2022 at 11:17 AM
This article explains how to customize menu + plus icon on the “Submit Vehicle” button (CTA Button Menu Icon) 1. Firstly please consider you can edit Layout (Header + Footer) – this way: How to customize header (menu colors, font-size etc.) 2. Now you will need to set your new icon 2 times: 1 for des...
Wed, 22 Jun, 2022 at 9:38 AM
You can add Logo files in the Basic Setup. You can also upload there Logo Reversed that can be used if you have some pages with dark menu or transparent menu for better readability. To change logo size in the menu you will need to edit each Layout you use. Layout = header (menu) + <page-content> +...
Tue, 15 Feb, 2022 at 11:18 AM
This article shows how to turn off “Dashboard” / “Log in/Register” links You can turn it on/off via Vehica Panel > Basic Setup > Header > ” Display User Menu for logged in users and “Login / Register” links for not logged in
Tue, 15 Feb, 2022 at 11:18 AM
This article shows how to turn off this button: You can turn on/off “Submit Vehicle” button via Vehica Panel > Basic Setup > Header > “Display CTA Button” option
Tue, 15 Feb, 2022 at 11:18 AM
You can turn on/off sticky option in the Vehica Panel > Basic Setup > Header > “Sticky menu” option
Tue, 15 Feb, 2022 at 11:19 AM
This article explains how to change width of the desktop menu to smaller size to 1160px + 2 gaps left/right 30px. It will look like this after this customization. Please use this CSS code below. You can find instruction how to add it here: How to add CSS code that is future update compatible @media (min-wid...
Thu, 30 Mar, 2023 at 8:07 AM
How to change Hamburger icon to left Please add this CSS code @media (max-width:1200px) { .vehica-logo { left: 60px; position: relative; } .vehica-mobile-menu__hamburger { position: absolute; left: 0; } .vehica-menu-icon { transform: none!important; } } You can read how to add CSS code...
Fri, 31 Mar, 2023 at 10:41 AM