Architect Pro Header Transparency

Home Forums All Other Themes Architect Pro Header Transparency

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #68791
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Guys,

    I’m using Architect Pro and I want to remove the Header Menu and Logo Area colour and make it all transparent instead.

    Can you send me on some CSS code that will allow me to do that?

    Thanks

    Derek

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

    Hi Derek,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .header{background:rgba(255, 255, 255, 0.8) !important;}
    .logo{background:none;}
    .sitenav{display:none !important;}
    .logo::before{display:none !important;}

    Regards,
    Dave

    #68798
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    That has made the menu items disappear, the logo area hasn’t changed and the white area behind the menu items has become somewhat transparent but not fully transparent? I want just the logo and the menu items to show up removing the strip.

    Can you check it out for me again?

    Derek

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

    Hi Derek,

    Kindly show us your website URL.

    Regards,
    Dave

    #68802
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    It’s currently in maintenance mode but I’ll make it live for the moment for you.

    http://bsgdesign.ie/

    Derek

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

    Hi Derek,

    Kindly remove the previous code.

    Do you want to remove white background only?

    Regards,
    Dave

    #68805
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Hi Dave,

    That’s now removed. I want to remove the white background and the blue background so the Logo and menu items are just showing on the slider.

    Thanks

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

    Add this code in Custom CSS Box:

    .header{background:none !important;}
    .logo::before{background:none !important;}
    .logo{background:none !important;}

    Regards,
    Dave

    #68809
    DerekDerek
    Member
    • Topics: 26
    • Replies: 104
    • Total: 130
    Member since: July 27, 2016

    Perfect, thanks Dave

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

    🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Architect Pro Header Transparency’ is closed to new replies.