easyfree
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Generous] how to highligh a menu in generous theme?But other question
are there any way to see it highlighted also when I
will go to the menu?Many thanks for your support
Regards
LeyForum: Themes and Templates
In reply to: [Generous] how to highligh a menu in generous theme?Hi Timothy
I have done the combination with
current-menu-parent
and appears that it is working
Regards
LeyForum: Themes and Templates
In reply to: [Generous] how to highligh a menu in generous theme?Hello Timothy
This is the site please
http://cuidadordemencia.com/Do you need anything else?
Regards
LeyForum: Themes and Templates
In reply to: [Generous] how to highligh a menu in generous theme?Hi Timothy
Thanks again
I just installed the plugin Custom CSS Manager
and added the line you sent to me
#menu-container .current_page_item a{color:#FFFF00 ;}
But this only worked in the first category of my menu.Can you let me know how can do that in order that when
I will go to other category and go to any post inside
this show me that category highlighted?Regards
LeyForum: Themes and Templates
In reply to: [Generous] how to highligh a menu in generous theme?Hi Timothy
Thanks for your answer, I have some troubles because
I didnt find this menu, in the generous theme there
are several, I put them below, can you let me know
which one can I need to change please?
Sorry for my ignorance
Regards
Ley#menu-container {
background-color: #3E0202;
background-image: url(“images/menu.png”);
}#menu-container #menu {
width: 100%;
background-repeat: repeat;
overflow: visible;
}
#menu-container ul {
margin: 0;
padding: 0;
list-style: none;
overflow: visible;
}#menu-container li {
margin: 0;
padding: 0;
float: left;
}#menu-container a {
overflow: visible;
border-right: 1px solid #fff;
padding: 10px 20px 10px 20px;
display: block;
background-image: url(“images/menu.png”);
background-repeat: repeat;
line-height: 1.5;
font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
color: #fff;
text-align: center;
}#menu-container a:hover {
background-image: none;
background-color: #3e0202;
line-height: 1.5;
font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
color: #fff;
}Forum: Themes and Templates
In reply to: [Generous] About Generous themeOk I found the way to add them using something like a banner
Thanks