Text under Bullets Slider Revolution

Hello,

is it possible to add (incorporate) some text under bullets that is centered under the bullets itself?

Thank you, have a good day.

Hi There,

It’s possible with the custom CSS. Please add this custom CSS under Theme Options > CSS:

.tp-bullets::after {
    content: 'Your text will here';
    color: #fff;
}

For more information, please take a look at this:

https://www.w3schools.com/cssref/sel_after.asp

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.