Make menu bar transparent

Discussion in 'Photomaker WordPress Theme' started by kbarnold, Jun 13, 2014.

Thread Status:
Not open for further replies.
  1. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    How can I make the homepage menu bar transparent? I would like to be able to adjust the opacity to allow the photo behind it to show through. Can I limit the transparency effect to just the homepage menu bar or must it affect menu on all pages?

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .home.blog #dynamic_sidebar div.sidebar_container {
    background-color: transparent;
    }
    .home.blog #dynamic_sidebar {
    background-color: transparent;
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    This worked fine. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page