Home › Community Forums › Epik Theme Support › Epik Sliders CSS – Change to Royal Slider
- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by
Eric.
-
AuthorPosts
-
July 3, 2013 at 6:54 am #5680
m3sw
CustomerHi
Wonder if you can help out. I note that in the Epik Theme CSS there appears to be styling for both the Genesis Slider and Layer Slider and another slider?
I am using Royal Slider instead, but think that im hitting some issues with the inherited CSS (makes sense). Appreciate that its not a theme issue, but wondered if you perhaps knew the correct CSS to add for Royal Slider instead as the developers of the Epik Theme. At the moment, Royal Slider is working (with a few issues) but added via a widget not directly via CSS
Any help is greatly appreciated, many thanks. My CSS is a work in progress, hence the cheat of adding it via the widget!
Default Epik CSS
21 Genesis Slider Plugin
—————————————————————————————————- */.slider-inner {
margin: 0 auto !important;
overflow: hidden;
padding: 0 0 40px !important;
width: 1152px;
}.slider-inner .widget {
margin: 0 0 20px;
}.slider-title {
font-family: “Open Sans”,sans-serif;
font-size: 38px;
font-weight: 400;
line-height: 48px;
margin: 0;
}#genesis-responsive-slider {
background: none !important;
border: none !important;
margin: 0 auto;
padding: 0 !important;
position: relative;
}.flexslider {
background: none !important;
}.flex-direction-nav li .prev {
left: 0 !important;
}.flex-direction-nav li .next {
right: 0 !important;
}.flex-control-nav {
margin: 20px 0 0 !important;
}#genesis-slider {
background-color: #fff !important;
border: medium none !important;
margin: 0 auto !important;
padding: 0 !important;
}.slider-previous, .slider-previous:hover {
margin-left: 10px !important;
}.slider-next, .slider-next:hover {
margin-right: 10px !important;
}/* Layer Slider */
.layerslider_widget {
margin: 0 0 40px;
}.ls-defaultskin .ls-nav-prev {
left: -10px !important;
}.ls-defaultskin .ls-nav-next {
right: -10px !important;
}.ls-defaultskin {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
background: none !important;
padding: 0 !important;
}July 3, 2013 at 9:24 pm #5694Eric
CustomerThat’s an external plugin so we wouldn’t have any code for it. Wes only creates code for what he uses in the demo. So in order to get your plugin to work, you’d have to figure out what the issue is by inspecting the code of the plugin.
Since it is an external plugin, (which I’m not familiar with) I’d recommend contacting the plugin developer and asking what needs to be done to fix any issues they are having.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
-
AuthorPosts
- You must be logged in to reply to this topic.