• Resolved asmeretp

    (@asmeretp)


    Hi,

    I am encountering issues with the button on the Slider section. It has a shopping icon and it is not relevant to my business but there is no option to just remove the icon without removing the button. I need the button to guide my clients to a calendly link and there is no option to just add another button. Can someone take a look at my website and provide me with a solution? Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author BurgerThemes

    (@burgersoftware)

    Hello @asmeretp,

    Thank you for contacting us.
    Currently, we don’t have a specific feature for change the slider button icon. But we have a taken note, and we will add this feature in the next update.
    To change or remove the slider icon manually, please you need to follow some easy steps:-
    1 Go to Plugins and click the plugin editor.
    2 Select plugin to edit. Example Burger Companion
    3 Go to directory inc -> spintech -> sections.
    4 Now open the section-slider.php file and go to line number 49. Find the HTML code ‘ <i class=”fa fa-shopping-cart”></i> ‘ and remove it. You can change/remove your button icon from here.

    We have attached a screenshot for more details. Click here

    Thanks

    I think I have a better solution, which avoids over-writing the code change on update.

    Got to “customise > add custom css” and add this:

    .main-slider .main-content a.btn i.fa-shopping-cart {
    	display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Section : button icon removal’ is closed to new replies.