Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Menu under title image (z-index) (http://forum.bytesforall.com/showthread.php?t=20316)

iSpectra May 13, 2013 12:33 PM

[SOLVED] Menu under title image (z-index)
 
1 Attachment(s)
Hi there,

my second main menu drop-down ist being overlapped by my first posts featured image.
How can I access the z-index of one of them without messing up anything else (e.g. the according css). Please, take a look at the image attached.

Best Regards,
iSpectra

juggledad May 13, 2013 01:02 PM

change the z-index using CSS.

iSpectra May 14, 2013 02:15 AM

I know that. But what class, ID or Tag should I target?

juggledad May 14, 2013 03:23 AM

With no link to your site I'd only be guessing

iSpectra May 14, 2013 04:47 AM

There ya go: http://ijonathan.de/juedgemem

jerryc May 14, 2013 06:45 AM

Quote:

Originally Posted by iSpectra (Post 100557)
I know that. But what class, ID or Tag should I target?

Install firebug in your browser, right click on the area you want to inspect, and select inspect element. The html will be on the left and the css will be on the right.

iSpectra May 14, 2013 07:41 AM

I already know what tag I have to change. But when I do so I get unwanted interference with my featured image, which will not be animated correctly. I'm using Chrome, so I don't need any fancy Firefox PlugIns. What I need is someone who knows Montezuma's menu_1 CSS structure.

jerryc May 14, 2013 08:04 AM

With Chrome, you just right click and select inspect element, and it will tell you.

lmilesw May 14, 2013 08:30 AM

I would try the following CSS
HTML Code:

.post-thumb img {
    z-index: 0 !important;
}


iSpectra May 14, 2013 10:08 AM

Thank you very much! That fixed my problem.


All times are GMT -6. The time now is 03:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.