2012-11-11, 12:46 AM
2012-11-11, 12:47 AM
Link to your website please
2012-11-11, 12:39 PM
2012-11-11, 12:49 PM
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)
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, 01:26 PM
(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:33 PM
(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, 03:12 PM
(2012-11-11, 01:33 PM)JovanJ. Wrote: [ -> ]Thank's for the support worked a treat(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.