I have everything fixed except one thing. When you hover over a menu item and a button (refer to button for 'I'm Attending' on bottom of homepage), I would like the font to be black #000000 so it stands out against the yellow. I tried inspecting but I cannot find where I can alter these two fonts in the code.
Two spots are:
Menu items, when hovered over, font should be black #000000
Buttons, when hovered over, font should be black #000000 (see bottom button on home page).
Hi mary.
I'm sorry for reply late.
1. ....templates/jux_wedding/local/css/template.css 1050
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
color: #2f2121;
}
edit the color that you want..
2. hover color for the boxes grey #818181
Please go to jux_wedding - Default / custom code / edit color that you want at Before </head>
box
.navbar-default .navbar-nav > li > a{
color:#ffff00;
}