Color buttom in header menu

I need to change the background color of the call button located in the drop-down menu of the resoponsive mobile, since I don't know why but on the desktop the message "Call" is clearly visible but on the mobile the letters are placed with the same color from the background and until you press it they cannot be seen.

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • Sorry! link is https:/alquilermotosagua.es/2024


  • edited July 18

    Please try the following CSS code:

    #Side_slide .action_button{
     color: var(--mfn-button-action-border-color);
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.