css changes don’t reflect in published slider
Updated on June 26, 2018 in Sangar Slider
1 on June 26, 2018

Hi, I have a slider preset. The idea is that a mouse hover on the title should show a red underline.

The slider shows as such in the edit template section. But when it’s saved it doesn’t work anymore. Any help, please?

<style>
.ss-content-box {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 5em 0;
}
.title-box {
display: block;
margin-bottom: 0.5em;
color: #fff;
font-family: "Open Sans", sans-serif;
font-size: 6em;
text-decoration: none;
text-shadow: 1px 1px #000000;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
}
.title-box:hover {
text-decoration: underline; text-decoration-color: red;
}

</style>
<div class="ss-content-box">
<a href="" class="title-box">[sslider-post-title]</a>
</div>

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on June 26, 2018

Hi mihnead,
Have you been checked the page source (ctrl + u) in the front end? It should show your custom css code.
http://prntscr.com/jzi7rv
If it does not, check your another plugins, it might conflict with the another plugin.

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .