MyBB Community Forums

Full Version: Help needed please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if you look at the attachment you will see my ?


[attachment=27717]


Thanks in advance
Link to your website please
In your .menu template, you will find code:

background-image: url("http://i45.tinypic.com/1xxy7l.png");

Delete it and put something else for example:

background: #000000 (some hex code, rgb colors, or other image url)
(2012-11-11, 12:49 PM)JovanJ. Wrote: [ -> ]In your .menu template, you will find code:

background-image: url("http://i45.tinypic.com/1xxy7l.png");

Delete it and put something else for example:

background: #000000 (some hex code, rgb colors, or other image url)

Cheers, but can't find anything like that
(2012-11-11, 01:26 PM)hoopster Wrote: [ -> ]
(2012-11-11, 12:49 PM)JovanJ. Wrote: [ -> ]In your .menu template, you will find code:

background-image: url("http://i45.tinypic.com/1xxy7l.png");

Delete it and put something else for example:

background: #000000 (some hex code, rgb colors, or other image url)

Cheers, but can't find anything like that

Go to your Themes -> Choose your theme -> Click on global.css -> Scroll little down in Selector you will find .menu check all of them and find where is your background code which i provided.
(2012-11-11, 01:33 PM)JovanJ. Wrote: [ -> ]
(2012-11-11, 01:26 PM)hoopster Wrote: [ -> ]
(2012-11-11, 12:49 PM)JovanJ. Wrote: [ -> ]In your .menu template, you will find code:

background-image: url("http://i45.tinypic.com/1xxy7l.png");

Delete it and put something else for example:

background: #000000 (some hex code, rgb colors, or other image url)

Cheers, but can't find anything like that

Go to your Themes -> Choose your theme -> Click on global.css -> Scroll little down in Selector you will find .menu check all of them and find where is your background code which i provided.
Thank's for the support worked a treat