reduce headers of menu

Discussion in 'BlackBird WordPress Theme' started by knapik, Jan 16, 2014.

  1. knapik

    knapik New Member

    Joined:
    Nov 5, 2013
    Messages:
    5
    Likes Received:
    0
    Hello, il have any questions:
    -how do I reduce the space between the slider image and the menus at the top of the page,between the menu and and the logo and between the testimonial and the circle image. There's currently too large a white space between them.
    -is it possible to make a transparency in the submenu ?
    -how to change the background of the the type of testimonial ?
    -is it possible to make the corners of menu more curve, than the boxes inside of the slide ?

    Thanks!

    tony

    my site is http://revesdegosse.fr
     
  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:
    .slider-wrapper {
    padding-top: 0px;
    }
    .menu_wrapper {
    margin-top: 0px;
    }
     
    .testimonial {
    margin-top: 0px;
    }
    #menu .ddsmoothmenu li li a {
    background: rgba(0, 0, 0, 0.08)
    !important;
    }
    #menu .ddsmoothmenu li > ul li>ul {
    background: rgba(0, 0, 0, 0.08);
    }
     
    #menu .ddsmoothmenu li>ul{
    background: rgba(0, 0, 0, 0.08);
    }
    .testimonial .titlebg{
    background-color: rgba(255, 255, 255, 0);
    }
    .menu_wrapper{
    border-radius:10px;
    }
    


    Thanks & Regards
    Gourav Shrivastava
     
  3. knapik

    knapik New Member

    Joined:
    Nov 5, 2013
    Messages:
    5
    Likes Received:
    0
    it works perfectly, thank you for your quick response !!!

    tony
     

Share This Page