• I have that kind of CSS:

    .testimonials .testimonials-next {
        height: 20px;
        width: 70px;
        background: #e8e8e8;
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding-left: 8px;
        cursor: pointer;
    }

    and it shows the button (next) like this https://prnt.sc/i0g6du

    What I have to add in this CSS that I can add the text: “Next testimonial” on this above button?

Viewing 3 replies - 1 through 3 (of 3 total)
  • what is creating this button?

    what theme or plugin are you using for that button?

    Thread Starter lutsukomm

    (@lutsukomm)

    Thank you for your replies.

    @alchymyth I am using Alterna theme.

    The button is here https://antitrail.com/test-page

    If inspecting with Chrome (the right arrow) and changing the width to 70, then there’s only 1 next button and it works, but I want to add the text on it, the text is: Next Testimonial , but I don’t know how to do that.

    • This reply was modified 6 years, 10 months ago by lutsukomm.

    CSS might not be the best option.
    the button seems to be generated from the theme, therefore, a better way would be to edit the code of the button function to output the text;

    please contact your theme’s developer for support with your commercial theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS question’ is closed to new replies.