/*
Theme Name: Zikzag
Theme URI: http://zikzag.webgeniuslab.net/
Author: WebGeniusLab
Author URI: http://webgeniuslab.net/
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.4.10
Requires at least: 5.7
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: zikzag
*/


/* 1. Hide the existing default arrow lines */
.scroll_up-arrow::before, 
.scroll_up-arrow::after {
    display: none !important; 
}

/* 2. Add your custom icon as a background image */
.scroll_up-arrow {
    /* Replace the URL below with the link to your icon image */
    background-image: url('https://avega1.projectworld.in/wp-content/uploads/2020/03/Logo-in-colour-07-1.png');
    
    /* Ensure the image fits inside the span */
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    
    /* Define the size of your icon */
    width: 20px; 
    height: 20px; 
    
    /* Ensure it behaves like a block so height/width work */
    display: inline-block; 
}