Link in script needs styling

I need your help!

No 1: I have “embeded custom code” from a script in navigation “login | register”

**No 2: When viewing live on the web the link in this embedded script is a blue hyper link
preview on website: https://preview.webflow.com/preview/thewaxinghubltd?preview=38f6a65c1d2297a27fea084575551c21

**No 3: How can i change the link to another colour and style the font size and font type

all help would be much appreciated as im a graphic designer and its for a clients website.

Try insert this style in HEAD:

.healcode-link { color: #1b1b1b; text-decoration: none;} .healcode-link:hover { color: #ed7e25;}

do i need to add this code within:

  1. the HTML code embeded editor
  2. within page settings - custom code
  3. within project settings - custom code

thanks again @bro-design

this worked:

a:link { color: black; background-color: transparent; text-decoration: none; } a:visited { color: black; background-color: transparent; text-decoration: none; } a:hover { color: black; background-color: transparent; text-decoration: none; } a:active { color: black; background-color: transparent; text-decoration: none; }

This worked, but for all links on your page (it is not right). It will be more correct to assign a style only to the embed element.

It’s hard for me to explain it in English and easier to show by TeamViewer, if you still need it

i think ive done it using your code