Header Login - View As Button? - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Header Login - View As Button?

Alison

Alison

Helix Framework 6 months ago

HI

Can the 'Sign In' link on Helix Header be given a background so it looks like a button?

For example on https://www.georgeeliot.org/ could the 'Sign in' link have a white background (and also when logged in)?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #190539

Hi Alison,

Yes, possible, but by using Custom CSS. Here is example CSS that you can use

.sp-sign-in {
  padding: 6px 12px;
  border-radius: 6px;
  background: whitesmoke;
  color: #2E231A;}
.sp-sign-in:hover, .sp-sign-in:focus {background: white;}
0
Alison
Alison
Accepted Answer
6 months ago #190541

Thanks Paul, you are a STAR!!

0