Icon on Button in Slider Revolution is Really Small!

Hi, I’m working on my slider in Slider Revolution and I’ve added a button which has an icon, but when I increase the font size, the icon stays at the size it was so it ends up looking tiny compared to the text! Is there a way of increasing the size of the icon? I’ve included a screengrab for your reference.

I’ll put the URL in a secure note as it’s being built on a temp link.

Thanks!

Hello @core365,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.rev-btn.rev-withicon i {
    font-size: 30px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Hi, thanks for the CSS, it’s exactly how I wanted it!

Cheers!

You’re welcome!
We’re glad we were able to help you out.

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