Display titles permanently in portal mode

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat May 04, 2013 10:21 pm
Here is my site:

http://ghafla.co.ke

As you can see, I use News Show Pro in portal mode to present the 'Featured News' segment at the top. However, the titles of the articles are hidden until a user hovers over the module. I would like the titles to be visible all the time. How to do this?
User avatar
Junior Boarder

teitbite
Sun May 05, 2013 12:30 pm
Hi

Can You please show me exactly which module You have in mind ?
User avatar
Moderator

GK User
Sun May 05, 2013 12:34 pm
The "Featured News" module at the top left of the homepage.
User avatar
Junior Boarder

teitbite
Mon May 06, 2013 4:28 pm
Hi

Please add this class to css:

Code: Select all
.nspMainPortalMode4 .nspArtHeadline {
    bottom: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute;
    transition: none 0s ease 0s !important;
    z-index: 1;
}
User avatar
Moderator

GK User
Thu Jun 20, 2013 3:07 pm
Yes, that solved it. Thanks.
User avatar
Junior Boarder

teitbite
Fri Jun 21, 2013 3:32 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron