skip to Main Content

Fix CSS to add icon to Elementor Menu – WordPress

I uploaded icons to my menu using class and css code (Wordpress + Elementor), but I can't remove the space between the icon and the text. Used the following code example: .frio { background-image: url('https://zine.unlatino.com/wp-content/uploads/2022/05/icon_frio.svg'); background-repeat: no-repeat; background-position: left; background-size:…

VIEW QUESTION

I am trying to load the script into my Elementor Widget and i am getting a Failed to load resource: net::ERR_CONNECTION_REFUSED on my WordPress

public function __construct($data = [], $args = null) { parent::__construct($data, $args); wp_register_script( 'slider-script', get_template_directory_uri() . '/elements/elementor/flexible-posts/slider.js', [ 'elementor-frontend' ], '1.0.0', true ); wp_register_script( 'flex-script', get_template_directory_uri() . '/elements/elementor/flexible-posts/js/script.js', [ 'elementor-frontend' ], '1.0.0', true ); } public function get_script_depends() { return […

VIEW QUESTION
Back To Top
Search