I’m having the same issue. My entire site, nav menu included, was built using Elementor (Pro to be exact). Didn’t use any other add-on plugin to generate the header or the menu like the developer above, but the bit of code that is suggested to be added to the child theme / additional CSS in customizer is not doing anything. There are arrows already added by Elementor on the menu when there are children below. However, once I activate ASTRA theme, I am seeing an additional drop-down arrow being added to the right of the parent links, and an arrow being added to the left of the child links when the drop down displays.
UPDATE: Reached out to Astra Support and got the following response from Alex.
My name is Alex from team Astra, here to assist you with your request.
I would recommend you to add the following filter to your Child Theme’s functions.php file:
add_filter( 'astra_is_svg_icons', '__return_false' );
In case you do not have the Child Theme installed, fortunately, switching to a Child Theme is relatively easy by using the export/import feature we offer.
Please navigate to Appearance > Astra Options, on the main area you will see the modules enabled, and below a section that reads Extend Astra with Free Plugins!, click to Activate the Import/Export Customiser Settings options.
Once activated, refresh the page, and on the right-hand side, you will see a block below that reads Export Settings, click on the Export button. It will prompt you to download a JSON file to your computer, proceed to download it.
After this, if you do not have the Child Theme installed, go to our Astra Child Theme Generator and create yours, download, and install it by going to Appearance > Themes > Add New as you would usually do with any other theme, and Activate.
Head back to Appearance > Astra Options, and on the same column where you found the Export Settings, you will find below the Import Settings, click on the Browse button, select the JSON file you had previously downloaded, and click on the Import button.
After importing the file, your site should be running the Child Theme with all the settings you had on the parent theme (Astra) without any issues.
I hope that helps and answers your query, if not, feel free to reach back.
-
This reply was modified 3 years, 9 months ago by
James W.. Reason: Update from Astra Support
-
This reply was modified 3 years, 9 months ago by
James W..