Bizniz Pro remove header box and slider box

Home Forums All Other Themes Bizniz Pro remove header box and slider box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68724
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    1. How can I remove the white box from the upper header?
    2. How can I tighten the margin under the logo?
    3. How can I remove the black box from in front of the slider?

    Website here: http://a1f.772.myftpupload.com/

    Thanks in advance, Bobby

    #68728
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30650
    • Total: 30650
    Member since: August 16, 2013

    Hi Bobby,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .type2 .header-right{display:none;}
    .type2 .logo{margin:0 !important;}
    .logo img{margin-top:0 !important; height:auto !important; margin-bottom:0 !important;}
    #topmenu ul li a{padding:17px 14px !important;}
    .nivo-caption{display:none;}

    Regards,
    Dave

    #68826
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Hi Dave
    Thanks! I learn a lot for your edits.

    However there is still a black box floating in the left part of the Slider. Can it be removed?
    Bobby

    #68856
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30650
    • Total: 30650
    Member since: August 16, 2013

    Add this code in Custom CSS Box:

    .nivo-caption{display:none !important;}

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.