Change 'sign In' Link Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change 'sign In' Link Color

Alison

Alison

Helix Framework 3 years ago

Hi

How can I change the link color for the header 'sign in'?

It defaults to the body link color and I need to to pick up the navigation link color.

screenshot https://ibb.co/pd08HHr

Thanks Alison

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #58233

Hi Alison,

just use below custom CSS

a.sp-sign-in { color: whitesmoke; }

a.sp-sign-in:hover { color: yellow; }

I added that tip also, as always, here: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/customization-tips

0
J
joe
Accepted Answer
3 years ago #58226

Sorry, wrong answer.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #58285

Alison, if you don't mind I have extra two tips for you:

  1. You don't need logo for the website that has 1960px of width, it doesn't make sense, it's not used. Resize into max 680px of width, it allows you to reduce file size.
  2. During resizing I also recommend small crop, cut off some empty space from the top and the bottom. Then logo presented on the website will be a little bit bigger, more detailed.

Improved version of logo image upload and set as current one.

0
Alison
Alison
Accepted Answer
3 years ago #58306

thanks Paul

I don't mind at all. Actually I had just 'thrown' that image into the logo position, I had meant to change it for a small one before moving the site to the live server, so thanks for reminding me :)

0