Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859845

    spidercreations
    Participant

    Rolling out Integrity 4 as a test for a client to see if they like it.

    Is there a way to add a white, transparent background in the header, so you can READ the menu items and see the logo?

    I like the image continuing in the background, but you can’t see the logo.

    Example: http://www.maxrestaurantgroup.com/trumbull/

    The left justification just seems harsh without continuing the image in the background, but it’s difficult to see the text and stuff in that side header.

    Thank you in advance.

    #859848

    spidercreations
    Participant
    This reply has been marked as private.
    #860199

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar-fixed-left {
      background: rgba(255, 255, 255, 0.85);
    }
    
    .x-brand.img > img {
      width: 250px;
    }

    Hope this helps.

    Cheers!