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

#1522
Topshed
Participant

Thank you for your input, unfortunatly your CSS is the same as came with my original download, so there was no change of background or foreground colors

My only changes that have worked for me is in the font size in smclean a
see below


	.sm-clean a {
	/*	padding:10px;*/
		padding:5px;
		color:#555;
	/*  font-size:18px;*/
		font-size:12px;			
	/*  line-height:17px;*/
	    line-height:13px;
		font-family:'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
		text-decoration:none;
	}

I have a further thought,
Please, do you have a smart piece of code to let me load the menu at the top of every page with an include. it would fix all my problems and I could do away with Iframes which are doing my head in ??

Regards Topshed