Menu Background Color doesn't show with various formats

Support Area Forums Elite Menu Background Color doesn't show with various formats

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #21210
    Advanced
    Participant

    I noticed that the menu background color shows when your page is formatted with the Standard setting, but when Image, Gallery or Video formats are used the background color disappears/does not show, and the menu needs to be read over whatever image is there. Is there a way to keep the background color behind then menu text when using the formats other than standard?

    #21220
    Bill Robbins
    Participant

    Great question. On pages that use the image, video or gallery formats, the header bar is set to be transparent until you’ve scrolled down until basically the bottom of the hero section. You can add in a background color before that point though. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #header {
      	background-color: #000000;
      }
      

      just replace the #000000 with the color you’d like to have there.

    3. Update your settings.

    If you have any questions or trouble, let me know.

    Have a great week,
    Bill

    #21293
    Advanced
    Participant

    Worked like a charm! The support here is excellent. Thanks again Bill

    #21294
    Bill Robbins
    Participant

    Always glad to help out. Have a great day and let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Background Color doesn't show with various formats’ is closed to new replies.