Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Change menu color with CSS

Home Forums Older releases 0.9.x Change menu color with CSS Re: Change menu color with CSS

#1530
admin
Keymaster

If the menu HTML structure is in the following file:

/home4/topshed/public_html/smartmenus/lhc_clean.php

you could use the following on your PHP pages (they need to have a .php extension too) to include it:

<?php
	include '/home4/topshed/public_html/smartmenus/lhc_clean.php';
?>

If this doesn’t work, then you have something else that is not correctly configured but, unfortunately, I cannot guess what exactly it might be without looking at a complete code sample.