Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1337205
    pdraude1
    Participant

    Hello,

    I did quite a bit of searching but was unable to find an answer to what I’m trying to accomplish.

    Currently I have a transparent x.logobar and .site in my css

    What I am trying to do:

    1) I’d like to leave the home page – grain markets as it is.
    2) For pages /paris /cottage-grove /salem and /midway I’d like to leave the logobar transparent while keeping the content below the menu boxed with colored wrap. So essentially for the pages other than the homepage the site is just boxed with a transparent logobar

    Right now its full width because it looks better full width when all of the content is transparent (the menubar width expands out passed the content area and doesn’t look natural when its boxed.

    Here is the website:
    http://www.henryfarmerscoop.com/

    I attached a photo to hopefully help illustrate what I mean.

    Thanks for the help

    #1337355
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Your navbar is already transparent?

    You can add this under Custom > Global CSS in the Customizer to add a background color to the main content container.

    body:not(.home) .x-container.offset {
    	background-color: #f9f9f9;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1337205 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>