Drop down menu issue... mess with the transparent bar.

Discussion in 'ButterBelly WordPress Theme' started by trasgu, Jan 22, 2015.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there again,
    I have one more tiny issue to solve, it seems that the drop down menu goes away too fast as I try to click on the first page of each drop down menu. I fear it might happen due to the use of the following code to hide the transparent bar... any other CSS option to hide the bar so the menus work fine???

    .header_container.home {
    background: none;
    }

    Thx a lot again !!
    Jose
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li ul li {
    background: rgb(254, 254, 254);
    }
    Thanks & Regards
    Pramod
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Dear Pradmod,
    here I will need a bit extra help as the coding does not seem to want to work. I have added the code you game me but still, it is impossible to hit in the first Page of the drop-down menu, as soon as I want to press it, the drop-down menu disappears very fast. :(
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose ,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container {
    padding: 1px 0;
    }
    This will resolve your issue.

    Thanks & Regards
    Pramod
     
    trasgu likes this.
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Excellent Pramod !!! that is just prefect and it is all looking good and professional. Happy always to have your support while I'm developing this websites for Fair Trade Organizations that require so much tuition and kindness in terms of web management, I love this volunteer life to empower people digitally across the world :)
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page