natekj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MH Magazine lite] Change the fading color on menu hoverEdit – Thanks for the reply 🙂 Was writting same time :p
nevermind, i found how to do it.
.main-nav li: hoverI was using
.main-nav .current-menu-item .sub-menu a:hover,
.main-nav ul li.current-menu-item a,
.main-nav ul li a:hover,
.main-nav ul li ul li a:hover {
background-color: #FF9933 !important;
color: #2a2a2a !important;
}Not sure if I need all those to do what im doing but it seems to be working.
Forum: Themes and Templates
In reply to: [MH Magazine lite] Change the fading color on menu hoveras you go across the menu hovering with the cursor, i have changed the background on hover, but the pinkish color fades as i scroll accross. i want to be able to change that fading color
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menu/* Theme Name: Mesocolumn-Child Theme URI: Description: Child Theme for Mesocolumn Author: Author URI: License: License URI: Tags: Template: mesocolumn */ @import url("../mesocolumn/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ #main-navigation .sf-menu a span.menu-decsription { display: none !important; color: #333; }No syntax issue…
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menuI just noticed it works when I enter the code into Custom CSS. But in my css child theme it does not work
Forum: Themes and Templates
In reply to: [MesoColumn] How Do I Remove Category Descriptions on Menu?That does not work. As you can see from
http://www.phoneandtabletreviews.com/
debug the description, your original code takes precedence over mine in the child theme css
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menuIt still does not work. I copied it into my child theme and as you can see from my website via debug, it still does not work.
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menuHi Nathan, The Quick Solution is
#main-navigation .sf-menu a span.menu-decsription {
display: none !important;
color: #333;
}This will solve your issue.
You have to apply this code, since you have use display : inline ; It showing, by this, element will hide from that location, to remove this permanently one you need to little dig into super-fish.js and super-fish css files, it seems it’s coming by some jQuery,
any way you can solve the problem by top css code part.
That does not work. As you can see from my website, I copied the code into my child theme and no change.
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menuThe spelling mistake is coming from the parent mesocolumn theme and not my child theme
Forum: Themes and Templates
In reply to: [MesoColumn] Removing description on primary and top menuhttp://www.phoneandtabletreviews.com/
If you look at Categories 1,2,3,4 in primary menu, they have a description shown. I do not want that.
I have tried making my child theme and using the following code
#main-navigation .sf-menu a span.menu-description {
display: none;
}But this did not work, I believe because there is an !important next to the similar code in the parent mesocolumn folder for the style css. I think this because I run a debug that showed
#main-navigation .sf-menu a span.menu-decsription {
display: inline !important;
color: #333;
}Note that there is a spelling mistake in the above code (I got this directly from a debug of my webpage)
Forum: Themes and Templates
In reply to: [MesoColumn] How Do I Remove Category Descriptions on Menu?I have the same problem. I used the code Richie KS posted and it removes the description in the top menu on the screen, not the menu below it which is my primary menu.
I have also unticked the description on screen options but it doesn’t work