Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
coding-topic
Need help with css sytle sheat
Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2012 - 10:24 pm

I uploaded a theme and I am currently using shades of grey and I want to change the topic so it will flash i different color when someone hovers over it. Where in the shade of grey css style sheat will I find this option. If you could send me a screen shot of where to find it I could handle the rest. Also here is a screen shot of what I'm trying to change. http://screencast.com/t/ZxvksMqBq

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2012 - 11:08 pm

You want the text color to change or the background to change?

Right now the text color does change when hovered but only slightly.

For text color look for

#spMainContainer a.spRowName:hover, #spMainContainer a.spInRowLastPostLink:hover

in your default.php file. You will see the name of the string it is echoing. IE, $alt1LinkHover. If you go to your overlay you will see that string and you can change it to the color you wish.

You can change the color of the background hover in the same section by adding the background: css and then the color you want it to be when hovered.

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2012 - 11:30 pm

I want the text color to change red when you hover over it.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2012 - 11:42 pm

Brandon gave it to you, I believe...

#spMainContainer a.spRowName:hover, #spMainContainer a.spInRowLastPostLink:hover {
color: #80000;
}

but much easier to tell for sure with link then a screencast...  might have misunderstood...

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 29, 2012 - 11:57 pm

So I found this #spMainContainer a.spRowName:hover in the main marketingden php. I'm guessing that is the default? Anyways I don't quite understand if I add my color to the marketingden php. or the layover shades of grey css style sheet. because if it's the layover this #spMainContainer a.spRowName:hover doesn't exist .

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 30, 2012 - 12:01 am

This is in the main marketingden php. http://screencast.com/t/BU6m7ihFi2 is this where I add my color code?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 30, 2012 - 12:08 am

in this case, you want to edit the overlay wink file...  find the $alt1LinkHover declaration and change the color there...

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 30, 2012 - 12:17 am

Thank you, that was much easier. This language doesn't make sense to me so it's hard for me to comprehend. lol

Can you tell me where to change these button colors? http://screencast.com/t/IFZiRcrR9onM

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 30, 2012 - 12:24 am

you need to grab a copy of firefox and the firebug add on for it... with that you can easily inspect any element and css...  you can even what if changes right there on the site before formally making the changes...

those are all controlled by

#spMainContainer a.spButton

in your main theme css file...  if using overlays, you will see the variable in the overlay file to modify...

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Jun 30, 2012 - 12:26 am

Yeah I downloaded fire bug last week but still haven't used it lol I should do that ASAP!

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: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620