• Resolved clincoln777

    (@clincoln777)


    The demo shows that the free version allows for styling the NEXT & PREVIOUS buttons, but there seems to be no way to do so.

    Can styling NEXT & PREVIOUS buttons be done in free version?

    If so, how can it be accomplished?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author mdashikul

    (@mdashikul)

    Hi @clincoln777

    Hopes you are doing great.

    Currently, we don’t have the edit option for the prev and next buttons in the free version. but you can change the style by adding some custom CSS – here example below to change the style –

    // To change the prev button you will have to use the selector (.uacf7-prev)

    .uacf7-prev {
    background: #ff0000;
    }

    // To change the Next button you will have to use the selector (.uacf7-next )

    .uacf7-next {
    background: #ff0000;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Canot modify NEXT / PREVIOUS buttons’ is closed to new replies.