After playing around with a few looks and woo commerce etc I have decided to stick with slider revolution.
Could anyone help me with slider revolution setup/settings to achieve the look in this link?
Thank you.
After playing around with a few looks and woo commerce etc I have decided to stick with slider revolution.
Could anyone help me with slider revolution setup/settings to achieve the look in this link?
Thank you.
Hi There,
Thanks for writing in!
You can install revolution slider right from your WordPress dashboard.
Go to Dashboard -> X/pro -> Validation in Extensions section you can install and active revolution slider.
To get the similar look like the example you sent. You have to choose carousel option and Coverflow fullscreen.
For more help please refer to the documentation.
https://revolution.themepunch.com/documentation/
Hope this helps!
Thanks so much - I ended up purchasing a license directly so that I could use this exact template which is working great. The only thing I need to know how to do is how to change the colour of the links in the layer. Currently they are green and change to black when you hover over. I am wanting them to show as red and then to hover over as black. Can you help? Thanks again
Hi,
To achieve that, you can add the code below in Revslider Custom CSS
a {
color:red;
}
a:hover {
color:black;
}
If that doesn’t help, please provide us your site url so we can take a closer look.
Thanks
Hi Paul
I found the custom CSS section and as it was a template the code I used was slightly different but I worked it out from what was there and what you advised. All working now!
Thanks so much for your help : )
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.