• 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

Change colour of dashicon in Altitude Pro

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 › Change colour of dashicon in Altitude Pro

This topic is: not resolved
  • This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by James Roberts.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • November 7, 2016 at 4:03 pm #195866
    James Roberts
    Member

    Hi, I need to change the dashicon f347 from white to black as I have a solid white background for my nav. I've managed to change the burger (f333) but I can't seem to change the 'more' arrow. The only place it appears in the CSS is below. The text in the nav is set to black unless it's on hover when it goes green. If it helps, I have Design Palette Pro.

    Thanks,

    J

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 20px/1 "dashicons";
    height: 20px;
    padding: 7px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    }

    November 7, 2016 at 6:51 pm #195872
    ᴅᴀᴠɪᴅ
    Member

    You need to do two things;

    Edit the code above, just adding color: #333;

    so..

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
         color: #333;
         content: "\f347";
         float: right;
         font: normal 20px/1 "dashicons";
         height: 20px;
         padding: 7px 20px;
         right: 0;
         text-align: right;
         z-index: 9999;
    }

    But then it is being overridden on line 2032, where you'll find this;

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
    	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
    	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
    	.site-header .genesis-nav-menu.responsive-menu a:hover {
    		color: #fff;
    	}

    so remove the line '.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,'
    so you get this

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
    	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
    	.site-header .genesis-nav-menu.responsive-menu a:hover {
    		color: #fff;
    	}

    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    November 8, 2016 at 4:27 am #195892
    James Roberts
    Member

    Perfect! Thank you 🙂

  • 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

© 2026 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