Luxort Template Buttons - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Luxort Template Buttons

DB

Douglas B

SP Page Builder 3 years ago

Hello, i hope you all are doing well.

I would like to remove the animated underline from the buttons in the Luxort template. I really like that small underline animation beneath a button, but when creating a custom button, the animation breaks, and there is no way also to change the color of the animated bottom line.

Instead of trying to fix why it doesnt work on custom buttons, maybe it would be easier to just remove the underline animation from buttons? Is it possible to share the CSS code to disable/remove/hide the underline from buttons?

Please help, and thank you very much. :)

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #92593

For removing the underlines please use this custom CSS

body .sppb-btn:after, body .btn:after{
    background: unset !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #92396

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue? I need to check.

-Regards.

0
DB
Douglas B
Accepted Answer
3 years ago #92425

Hello,

Please see this screenshot. ![(http://dev.victoryusa.org/images/issues/broken-button.jpg)]

Thank you.

EDIT: I noticed that the default button has one other issue as well. If you specify a button link that opens in a new page, when you go back to the button page, it is stuck on its hover state. That might be a clue worth looking into. thank you.

<hr>

PS> It seems that the "insert image button" here on the forum doesn't work as expected. Can you let me know what i am doing wrong? I have used this for screenshots lots before with no issue, but as of late nothing shows when i include the url.

Below is how it wants to insert the url info, but it doesnt show anything in return.

![](dev.victoryusa.org/images/issues/broken-button.jpg)
0
DB
Douglas B
Accepted Answer
3 years ago #92606

Good Morning,

Thank you very much for this fix. It has removed the animated underline. Maybe an update to this template will fix the underlying issues so that we can use it as originally designed, but for now this is great. Thanks again and I hope you have a great day today.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #92784

You are always welcome.

0