• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How To Change Color Of Menu Bar (Altitude Pro Theme)?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How To Change Color Of Menu Bar (Altitude Pro Theme)?

This topic is: not resolved

Tagged: altitude, bar, color, menu

  • This topic has 2 replies, 3 voices, and was last updated 7 years, 9 months ago by gpriver.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • March 12, 2015 at 6:39 am #144148
    Fabian182
    Member

    Hello,

    how can I change the color from the menu bar from black to white?

    How can I also change the color of the menu point´s and the title?

    http://www.directupload.net/file/d/3924/w24ukvec_png.htm

    Many thanks 🙂

    http://www.farbentour.de/
    March 15, 2015 at 11:43 am #144477
    Tonya
    Member

    Hello,

    Let's walk through each step.

    1) The color of header area (which is the container for both the site title and primary navbar) is set in the stylesheet on lines 108 & 117:

    .site-header {
    	background-color: #fff; /* currently #000; */
    	left: 0;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 999;
    }
    
    .featured-section .site-header {
    	background-color: #fff; /* currently #000; */
    }

    To change these to white, simply change #000 to #fff, as shown.

    2) The site title is current forced to white on line 964. Simple change #fff !important to #000 (or whatever color you want):

    .site-title a,
    .site-title a:hover {
    	color: #000; /* currently set to #fff !important; */
    }

    3) Now for the primary navbar menu items. Add the following styling. Notice that it is targeting the .nav-primary

    .nav-primary .genesis-nav-menu a {
        color: #000;
    }
    
    .nav-primary .genesis-nav-menu a:hover {
        color: red; /* whatever color you want here */
    }

    If you only want to have these changes affect the .featured-section page, you add body.featured-section to each of the styles above to target only that page.

    Cheers,
    Tonya


    Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
    Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer Bootcamp

    August 11, 2015 at 12:17 pm #162053
    gpriver
    Member

    Hi Tonya, I was able to change the color of the menu bar with your code, but when the site loads it starts out transparent until you scroll. Now the transparent menu bar is gone.

    Thanks!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble