enlarge Toggle submenu

how do i enlarge the mark i circled to make it more visible

Comments

  • Hi,

    It can be done by writing a custom CSS code.

    If you need help with writing that, please, attach a link to your website.


    Thanks

  • can you tell me where should i write writing a custom CSS code, because i am still working offline.

  • Custom CSS can be placed in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    You can try the following one:

    #Side_slide #menu ul li.submenu .menu-toggle::after{
       font-size: 30px;
    }
    

    But if it will not work, you will have to write it on your own because now I cannot check if this one will work correctly for your website.


    Best regards

Sign In or Register to comment.