I think it’s an image. /wp-content/themes/mystique/images/nav.png
perhaps you can re-color it in an image editor.
the image itself is empty, its a blank screen….no image
/*** TOP NAVIGATION ***/
ul.navigation{background:#000
ya, thats what I tried in the beginning, no changes
Don’t edit the main theme because when you update it the changes will be lost. Always create a child theme for your customizations. That said,
changing the following in your css file
ul.navigation{background:#000 url(images/nav.png) repeat-x left top;
to
ul.navigation{background:#000;
will remove the background image for the navigation.
the image itself is empty, its a blank screen….no image
It’s not blank, it’s just 1px wide x 500px tall. Here’s a link to the image on your own site. Left edge of the screen, or just take the time to look in the folder I pointed you to earlier using your ftp client. The image is there. The top is gray, the bottom black, and it’s a transparent png. /wp-content/themes/mystique/images/nav.png
http://mohammadyounes.com/wp-content/themes/mystique/images/nav.png
changing the following in your css file
ul.navigation{background:#000 url(images/nav.png) repeat-x left top;
to
ul.navigation{background:#000;
will remove the background image for the navigation.
If you simply remove the image, and leave the black background color, it will show black in the nav, and it looks like crap. (once you actually see the image, you will understand why). I’ve tried it.
Don’t edit the main theme because when you update it the changes will be lost. Always create a child theme for your customizations. That said,
In this particular case, this theme is DESIGNED to be altered by the user. Go to Dashboard > Appearance > Mystique settings > User CSS
and paste your own markup into the page and save the changes. Your saved changes will override the defaults.
@majormoyo
Check this out… Read number 9. I just pasted the code in User CSS and tested it. Awesome… 30 seconds from start to finish!
http://www.namase.com/wordpress-tips-and-tricks/40-most-wanted-mystique-theme-modifications-hacks.shtml
🙂
that’s a tut! good find @claytonjames
Thanks guys, will try all your suggestions and will hit u back as soon as possible.
I really do like that theme… and number 9 solves the whole issue on a silver platter. Very cool.
You will however, notice my expert technique for avoiding even the mention of the request for rounded corners. Yikes… That’s the real challenge. 😛
thanks alot, most tutorials worked just fine…
But I have a problem, nothing in custom CSS (User CSS) seems to be executed except the code for joining nav bar with content box…I dont know why…any idea?
Maybe the custom CSS codes aren’t set ti execute? only stylesheet is set to execute?
This worked perfectly for me in User CSS. It brought the nav bar right down to the content.
.header-wrapper .shadow-right{padding-bottom:0;}
ya, that seemed to be the onyl user CSS line to work…other than that no