Hi, I wanted to ask if it is possible to apply these CSS styles in the current version of Cwicly. I have tried twice and so far failed…
.link-effect-white a {
cursor: pointer;
padding-bottom: 5px;
transition: all 0.2s linear !important;
background: linear-gradient(to bottom, #fff 0%, #fff 98%);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 100%;
}
Marius
November 27, 2022, 9:03pm
#2
Yes, this is 100% possible via block properties and without custom CSS.
But your CSS does not reflect what’s actually happening.
The hover state is missing. That’s why it probably is not working.
Hi @Marius , yes, I know the CSS is not complete, rather it was just a sample and animation to make it clear what I mean Thanks, I’ll keep trying then
1 Like
Marius
November 28, 2022, 7:23am
#4
Got it.
Let me know in case you need some hints to achieve your desired results and if there are specific requirements @MiroslavBartik .
1 Like
David
November 28, 2022, 6:35pm
#5
You can add it as a global class or put it in a style sheet.