Repace Login With Own Custom Button - Question | JoomShaper

Repace Login With Own Custom Button

M

Marie-Claire

Template 8 months ago

Hi Is there any way to replace the joomla login with my own custom button on a predefined header in helix ultimate? Many Thanks

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185779

Hi

Thanks for contcating us. I am sorry to say that, we dont have any default option to do that. you have to customize it yourself as we do not provide customization support.

-Regards.

0
M
Marie-Claire
Accepted Answer
8 months ago #185780

ok, so when i do my own custom header it looks ok on desktop, but on smaller screen and phone the off canvas menu is in the center instead of right hand side. Do you know how i can fix this?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185781

Hi

Use this CSS in your custom.css file

#offcanvas-toggler{
  position: relative;
  left: 190px;
  bottom: 20px;
}
0
M
Marie-Claire
Accepted Answer
8 months ago #185785

Thank you, that has worked!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185922

Glad to know that. You are most welcome. You can now close this post by accepting the answer.

0