CSS aplication

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%;
}

undrline-link

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 :slight_smile: Thanks, I’ll keep trying then :slight_smile:

1 Like

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

You can add it as a global class or put it in a style sheet.