Home Forums Basel support forum Button Border color not changing in mobile device

Button Border color not changing in mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290827

    Jijo
    Participant

    Hi, The button border in rev slider is not changing in mobile device.

    I am able to change the text color(Black in desktop mode and white in Mobile).

    But the button color stays black on both desktop and mobile(I need white border for button on mobile).

    Slide num 2 in https://jijoraj.com/test/

    #290836

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .rev-btn.rs-layer{
    border-color:white!important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)