Osclass forums

Support forums => Themes => Bender => Topic started by: Hartenheer on June 19, 2018, 06:14:00 pm

Title: Add link in header
Post by: Hartenheer on June 19, 2018, 06:14:00 pm
Is it possible to add your own link in the header?

Is het mogelijk om een eigen link in de header toe te voegen?


(https://s15.postimg.cc/amdb4jovv/Schermafdruk_2018-06-19_16.05.14.png) (https://postimages.org/)
Title: Re: Add link in header
Post by: WEBmods on June 19, 2018, 07:43:55 pm
Hello,

You can add it in header.php of the theme. For bender, this would work:

Line 40, find this: <ul class="nav">

Add this code after it or after some other "li" tag: <li><a href="URL">TEXT</a></li>

Regards.
Title: Re: Add link in header
Post by: Hartenheer on June 19, 2018, 08:08:30 pm
Hello,

You can add it in header.php of the theme. For bender, this would work:

Line 40, find this: <ul class="nav">

Add this code after it or after some other "li" tag: <li><a href="URL">TEXT</a></li>

Regards.

Thank you for the response.
It worked out fine
Thanks

Dank u voor de reactie. 
Het is gelukt
Bedankt

Title: Re: Add link in header
Post by: john33 on June 30, 2018, 02:01:46 pm
For some reason when I attempt to do the same, I get nothing.

I am using:

Description: Bender theme
Version: 3.1.4

That is the most recent version that would install on GoDaddy based on the PHP they are running IIRC.
Title: Re: Add link in header
Post by: Hartenheer on June 30, 2018, 02:06:11 pm
For some reason when I attempt to do the same, I get nothing.

Try in different places.
It was also searching for me