Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Thanks for using our theme.

    You can do that by editing home-slider.php file

    Open that file in any editor look for below code (nearby line no. 52)

    _e(‘Read More’,’matrix’);

    and change it with this _e(‘Shop Now’,’matrix’);

    Save the changes.

    Thanks

    webhuntsupport

    (@webhuntsupport)

    Hi,

    Did the above solution work for you ?

    Thank You

    Thread Starter 505web.com

    (@505webcom)

    Yes it did, thank you for the prompt, courteous response.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    @most Welcome

    Thank You

    How can I change the color of read more button?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .slider-btn1 {
        background-color: #7233ee !important;
        background-image: linear-gradient(to bottom, #7233ee 50%, #fff 50%) !important;
        border: 2px solid #7233ee !important;
    }

    Save the changes.

    Note: You can change this color code (#7233ee) according your need.

    Thank You

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change / Edit "Read More" buttons on home page slider?’ is closed to new replies.