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.

How to hide "More" 'button / text' in FSD

  • Kees de Goeijer
  • Kees de Goeijer's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #46916 by Kees de Goeijer
How to hide "More" 'button / text' in FSD was created by Kees de Goeijer
Hello,

I'm using mod-fpss 3.2.0 in Joomla website 2.5.1.

My settings are "FSD template" and in the category and slides I have set the 'read more link' on HIDE.

But the MORE at the right side of the picture is still working and I don't want this text.

How can I hide thsi "MORE" text?

Thank you for answering.

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

More
12 years 8 months ago #46917 by Katia
Just locate this #fpssContainer0.fpss-template-fsd a.slide-link .slide-read-more in modules/mod_fpss/tmpl/FSD/css/template.css.php file and add :

display:none;

#fpssContainer0.fpss-template-fsd a.slide-link .slide-read-more {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    background: url("../images/readmore.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #222222;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
    position: absolute;
    right: -1px;
    text-decoration: none;
    top: -4px;
    width: 268px;
    display: none;
}

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