Niramaya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Possible that it could just be the wifi connection i’m on but i imagine it’s not unusual for the original settings of the theme to display for a split-second before the CSS changes super-impose?
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?ha! That worked when combined w/ a change in color picker for a “Menu Active/Hover Colour.”
Can’t thank you enough..
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?When I added your code, the hover is red (live now)
I thought perhaps to achieve what I had in mind I could add the below code but did not work:
header nav ul li a: { color: #2c2c2c;}
header nav ul li a:hover { color: #73928D;}Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?There’s a bit of a glitch w/ the hovers that the theme developer is trying to fix. He didn’t account for some functionalities being tied together when a customer changes up the theme colors (you can see how on the theme demo they work, but not on my live blog). My goal is to have all menu pages in the dark color, and only the “active page” in blue– the way it is on the two example links I shared.
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Perfect. I kept the code below in there too.
#menu-item-27 a:before { content: none !important; }
Thanks again! Learned a bit too π
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Brilliant! Thanks a million. Lastly, is it possible to add some padding to achieve this type of spacing (http://chimpchomp.us/) ?
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Thanks so much! Both codes work (first one now in place). How to I prevent the // from appearing before “Home” ? and do I have the ability to add space around theme/change color?
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?I’ve been using a “Custom CSS block” in the Theme’s Option Panel to make small changes. Is that where I’d be adding the pseudo element you mention?
Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Theme I’m using: http://www.meanthemes.com/theme/moustachey/
Have not added a plugin and it’s not a child theme.Forum: Fixing WordPress
In reply to: Using dividers in menu navifation – where to add code?Odd. It’s loading fine here.
Not sure where I’d be adding the code you supplied.Forum: Fixing WordPress
In reply to: Using characters to separate menus in navigation baryes, this is what I have:
`</div><!– /logo –>
<nav>
<?php wp_nav_menu( array( ‘menu’ => __(‘Main Menu’, ‘meanthemes’), ‘theme_location’ => ‘primary’, ‘container’ => false, ‘menu_id’ => false, ‘menu_class’ => false ) ); ?>
</nav><!– /nav –>
</div>Forum: Fixing WordPress
In reply to: Using characters to separate menus in navigation barSorry, not quite sure if you’re suggesting this code ought to be added somewhere?