Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Thumbnail Text Color Hover

More
13 years 9 months ago #39598 by RAA
Thumbnail Text Color Hover was created by RAA
Why aren't my Gallery thumbnails on my grid displaying white text over black background as in the the example towards the bottom of this page www.joomlaworks.net/content/view/51/41/?

Here is what I have, See Attachment
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #39599 by Katia
Replied by Katia on topic Re: Thumbnail Text Color Hover
Please provide us a link to your site.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #39600 by RAA

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #39601 by Katia
Replied by Katia on topic Re: Thumbnail Text Color Hover
This is a css conflict with your template.
Just go to the folder plugins/content/jw_sigpro/templates/Default/template.css and change this:
li.sig-block a.sig-link {
    color: #EEEEEE;
}
to this:
li.sig-block a.sig-link {
    color: #EEEEEE !important;
}

and this:
li.sig-block a.sig-link:hover {
    color: #222222;
    text-decoration: none;
}

to this:
li.sig-block a.sig-link:hover {
    color: #222222 !important;
    text-decoration: none;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #39602 by RAA
Replied by RAA on topic Re: Thumbnail Text Color Hover
Since Upgrading to the Newest version if SigPro. My Galleries have changed Thumbnail hovering Colors and are no longer centered on Page. My CSS is intact

tinyurl.com/7mx84jm

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #39603 by Katia
Replied by Katia on topic Re: Thumbnail Text Color Hover
Since you didn't keep back up of the css folder you should modify again the elements you want.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #39604 by RAA
Replied by RAA on topic Re: Thumbnail Text Color Hover
Still not working

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #39605 by Katia
Replied by Katia on topic Re: Thumbnail Text Color Hover
Please provide me with a link to your gallery and show me what you are trying to change.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum