remove hover title on category menu items in debut
-
Is it possible to remove hover title on category menu items in Debut?
The blog I need help with is: (visible only to logged in users)
-
Hello there,
That can’t be done without CSS editing. Have you purchased a custom design upgrade and is this a CSS editing question?
(timethief) -
P.S. I have also answered your other thread here > https://en.forums.wordpress.com/topic/debut-category-tabs?replies=2#post-871469
-
I don’t thing this can be done with CSS. It appears to be in the PHP script files as a “title” to the link code.
-
Thanks for the reply, worked it out by hiding them, which is kind of cool, still function/appear in hover:
#primary-nav ul {
background:url(‘images/background-dark.png’);
}#primary-nav {
background:url(‘images/background-dark.png’);
text-shadow:none;
}#primary-nav li {
background:url(‘images/background-dark.png’);
border:none;
} -
This is puzzling. The blog linked to your username is not wearing Debut. It is weraing Linene which is another premium theme. Please post an active link starting with http:// to the blog wearing the Debut theme.
Aside: re: blog wearing Linen theme
I see you have posted “add to cart buttons”
I’m afraid e-commerce isn’t currently possible here at WordPress.com as our free hosted blogs cannot be equipped for ecommerce transactions at this time. There are no upgrades you can purchase e-commerce/shopping cart functionality. However, there are no restrictions on e-commerce if you setup a self-hosted WordPress.org blog instead of a free hosted WordPress.com blog. See here to learn the differences: http://support.wordpress.com/com-vs-org/ -
That is another blog, not relevant to my question. The one I’m working on is still private. FYI I have add to cart buttons to link to a separate Volusion store associated with the blog. Thanks.
- The topic ‘remove hover title on category menu items in debut’ is closed to new replies.