Helix Ultimate Template Problem With EasySocial - Question | JoomShaper

Helix Ultimate Template Problem With EasySocial

J

Jens

Helix Framework 2 years ago

Hi,

we run into a display error with EasySocial. There is a login button at the splash screen and we are not able to change the button color within EasySocial settings.

This problem only occcurs with the Helix Ultimate default template we use. When switching to Joomla standard template button color works as intended.

Stackideas provided us this css code:

#es .es-login-box .register-wrap .btn-es-primary {
    background: red !important;
}

We pasted it into custom css field but no effect. Button is still light grey.

We would be grateful for any suggestions Thanks!

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33877

Hello Jens

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#loginbox .btn-es-primary-o{
    background-color: yellow !important;
}

Best regards

0
J
Jens
Accepted Answer
2 years ago #33997

Hello Ofi,

thanks for the code!

To the left is a large button labeled "Register Today", this one we try to change, since the text is barely visible. The code has no effect to it. On the right is a smaller button with lock icon and labeled "login". This one accepted the code abd became yellow.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #34069

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#es .register-wrap a{
    background: yellow !important;
}
0