Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1804
Robert Kavgić
Participant

Hello,

You gave the h3 element an id which has the big first letter “A” as the following:

<h3 id="Advisers">Advisers</h3>

The link you made has the small first letter “a”:

<a href="http://icesugarmedia.co.uk/auto/#advisers">What should you expect from Auto Enrolment?</a>

Change the small letter “a” to big letter “A” and it will work, like the following:

<a href="http://icesugarmedia.co.uk/auto/#Advisers">What should you expect from Auto Enrolment?</a>

Robert