Put menu, logo and phone number behind gallery viewer

Discussion in 'RoadFighter WordPress Theme' started by deekay, Dec 1, 2013.

  1. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Hey guys, I've just switched over to the Wordpress NextGen Gallery and I can't work out how to get the menu bar and my sites logo and phone number section to fade to black, behind the gallery viewer. Has anyone got any ideas on how to do this?

    Thank-you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #fancybox-overlay {
    z-index:99999!important;
    }
    #fancybox-wrap {
    z-index: 100000!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page