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.

CSS conflict - Front page slide show Version 3.0.3, using sleek template

  • Kamrix
  • Kamrix's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 week ago - 13 years 1 week ago #44346 by Kamrix
Front page slide show Version 3.0.3, using sleek template[/b]

My problem is ... H3 tag line (small white text) will not appear correctly by Firefox3.6.23 on my top page. IE is fine.
I tried to fix it for many time, but I couldn't succeed.
Probably CSS conflict...but I can't find the reason.

Any helps please?

Top page ( H3 tag line is orange and big which is main site CSS set. IE is OK, but brows it by Firefox I can see the conflict.  )
www.squeaky-kids.co.uk/ 

Test page - just fine....how can I configure just like this...
www.squeaky-kids.co.uk/index.php/slideshow

kamrix

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

More
13 years 1 week ago #44347 by Katia
Just go to modules/mod_fpss/tmpl/Sleek/css/template.css at line 29 and change this:
.fpss-template-sleek .slidetext h3 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

to this:

.fpss-template-sleek .slidetext h3 {
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0;
}

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