Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Some Theme Buttons have Text with Shadow
Avatar
GM
London
Member
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 12:52 pm

Dear All,

I have black theme with white text. Some of the text in buttons only have white shadow...

I don't know where to tweak the theme to loss the undesired effect. Small sample attached.

Regards

Gregory

Simple_TextShadow.jpgImage Enlarger

Regards,
Gregory

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 1:24 pm

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.

Avatar
GM
London
Member
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 1:53 pm

I'm talking about the text, not about the box line - for example: 'Search Members' or 'All Members' have the shadow.

On 'hover' you get outline around the button. The text is always in focus...

Regards,
Gregory

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 2:20 pm

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...

Avatar
GM
London
Member
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 2:29 pm

Regards,
Gregory

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 2:35 pm

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...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 2:36 pm

nvm... I see it on the inline login form too...  will take a look but probably the same login plugin...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 2:39 pm

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...

Avatar
GM
London
Member
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 3:29 pm

Thank you.

The 'shadow' settings affects the 'search string'

It has to be another setting, which is affecting the buttons.

Regards,
Gregory

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 21, 2012 - 3:45 pm

sorry, not following... the 'search string'?  the inline search form and buttons look good to me...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625