Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
HI I am trying to change the color of the login logout to white in the header and keep the hover the default.
 When I change  It every link changes.so I try’d custom css and added this
/* Custom Menu Widget Styling */
#main .widget_nav_menu ul li {
  background: #343538;
  color: #ffffff;
}
#main .widget_nav_menu ul li a {
  color: #e2e2e2;
  padding: 10px 20px 10px;
  display: block;
}
#main .widget_nav_menu ul li:hover  > a {
  background-color: #00bcff;
  color: #62c953;
}
#header-sidebar .widget_nav_menu ul.menu > li > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  background-color: #ffffff;
  padding: 4px;
  border-right-width: 16px;
}
#masthead .hgroup #header-sidebar .widget-title {
  z-index: 1000;
  color: #ffffff;
}
#masthead .hgroup #header-sidebar aside.widget:last-child {
  color: #38a12a;
}
.item_welcome {
  color: #dbdbdb;
}
#masthead .hgroup a {
  color: #ffffff;
}
.custom-header-menu a {
  color: #000;
}
.custom-header-menu a:hover {
  color: #00bee0;
}
.logged-in-menu {
  display: none;
}
I have done this before But I just can’t get this I have it all messed up now.
This is the link http://derolds.com/svroofing/
OK I got it Vantage theme. This is for login-logout in the header.
#masthead .hgroup #header-sidebar aside.widget{ font-size: 120%; padding-top: 20px; color: #cecece; } #masthead .hgroup a { padding-right: 5px; padding-left: 5px; color: #ffffff; } #masthead .hgroup a:hover { padding-right: 5px; color: #237525; } #masthead .item_welcome { padding-right: 5px; color: #739e68; }Hi Chip,
I’m glad you were able to resolve this issue. I’m sorry I wasn’t able to be of assistance this time. Please be sure to post another thread if you have any other questions.