• Hello,

    I’m using Enigma Lite and would like the subtitle text in the slider to be a hyperlink instead of the button. I know how to delete the button, but can’t figure out how to make a hyperlink of the animated subtitle text in the slider that I can change in the theme slider options. I think I have to make some changes to the home-slideshow.php..

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please describe in details how you want to customize slider Button text.

    We assist you to customize as per your requirement.

    Thanks.

    Thread Starter elisa12

    (@elisa12)

    Hello,

    Thanks for your response!
    Well, in the slider is the ‘enigma_blog_read_btn’ with the link to a page.
    I want to change that to a link in the subtitle text of carousel-text. So, I don’t want a read more-button, if possible I want to have the hyperlink with the css of the read more-button in the subtitle text of the carousel (class list-unstyled carousel-list).

    Thanks.

    Hi,

    Please make child theme and create home-slideshow.php file in child theme directory.

    Now copy code from link and paste into child theme’s home-slideshow.php file.

    Also copy below CSS code and paste into Custom CSS Editor.

    .carousel-list li a {
        color: #fff;
        font-size: 17px;
    }

    Save the changes.

    Thanks.

    Thread Starter elisa12

    (@elisa12)

    Hello,

    Thank you very much! It works.

    Most Welcome.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Slider subtitle hyperlink’ is closed to new replies.