Not sure what I have done wrong here

Trying to create a link within a UL list that jumps to an ID but not working.
The “why you should trust me” should jump to that section, can you please check out.

Also I need to keep the link text black color, but just on that page.

Hi @waynepatt58,

Thanks for reaching out.

It’s due to the space within the section ID. Please inspect the section again and make sure the ID is added exactly as why-you-should-trust-me without any space.

As for the link color, please add this CSS to the text’s Element CSS option.

$el li a {
color: #000 !important;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.