Support Forum
It sounds like you are talking about the box shadow when hovered or in focus.
Take a look at your theme for #spMainContainer .spControl:focus and #spMainContainer .spControl:hover
If you remove the box-shadow line on both of them that should remove the glow.
not something we do in any of our themes (at least not that I am aware of)... but if you give us a link we can see what might be bleeding over from your wp theme...
Visit Cruise Talk Central and Mr Papa's World
btw, you have a plugin throwing errors... something like login radius share?? its probably over greedy and trying to hook into the inline login form in the forum...
do you have a link to a page with the problem? your image above is the members page which you are not allowing guests to view...
Visit Cruise Talk Central and Mr Papa's World
nvm... I see it on the inline login form too... will take a look but probably the same login plugin...
Visit Cruise Talk Central and Mr Papa's World
its your wp theme... the agtnoname... the main style.css file... line 1657... its applying a shadow and text transform to ALL labels in a form... so obviously very greedy and non specific...
to your theme, you will want to override your wp theme...
#spMainContainer form label {
text-shadow: none;
text-transform: none;
color: inherit;
}
this should prevent your wp theme from greedily styling all forms...
Visit Cruise Talk Central and Mr Papa's World
sorry, not following... the 'search string'? the inline search form and buttons look good to me...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)