No it was with help here and I found it. What happens though is in the submenu the text gets highlighted blue and is underlined. I dont want that affect. I want the area when hovered to display a white background so it looks natural just like the main part of the3 navigation.
This was additional css if anyone ever needs it. I would recommend a section in the forum titled Additional CSS. The section should be pinned with what the css is styled for. This could be a great assett for all users.
#td-top-search{
display:none!important;
}
ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#001a3d!important;
color:white!important;
}
.sf-menu ul {
background: #d3d3d3!important;
}
.td-footer-container .td-footer-info {
margin-bottom: 10px;
}
.td-footer-container .td-footer-info {
margin-bottom: 5px;
}
.widget .block-title > span, .widget .block-title > a {
background-color: transparent;
}
.widget .block-title {
background-color: red;
display: block;
border-radius: 3px;
}
-
This reply was modified 8 years by
bformhals.
Yes but I need help adjusting it like I mentioned. Right now the submenu on hover shows a blue text underlined. I want no underlines (text decoration; none), but I also want it to look like the main navigation and have the rectangle area highlight white on hover for individual links.
Doesnt seem to want to work??
https://lakecountyfloridanews.com
-
This reply was modified 8 years by
bformhals.
Hi,
It works just fin in my live css extension: https://www.screencast.com/t/jEfrGTVt8lMT
Make sure the code above it is properly closed in your theme panel.
Add it here: https://www.screencast.com/t/AckMKG1rD
Thanks.
I tried to use the CSS but it does not work for me. How can I get the hover color change from bluu to a light grey almost white but not quite. And just to be clear I want it where the “Sign Up/Join” link is in the very top menu not the main menu…
-
This reply was modified 8 years by
DavidSiqueiros.
