Something like Module Suffix "Showcase", but different

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat Feb 22, 2014 3:04 am
I quite like the look the "Showcase" suffix in News Show Pro GK5 provides, but I don't like how each article thumbnail has a (>) covering the center of the image.

Is there a module suffix that will give me something that looks just like it, but without the (>) ?
User avatar
Fresh Boarder

teitbite
Sat Feb 22, 2014 9:14 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Fri Sep 12, 2014 6:15 pm
FYI, I went into the CSS - gkstuff.css and commented out

Code: Select all
/*
.showcase .nspImageWrapper:after {
   border: 3px solid #fff;
   border-radius: 50%;
   color: #fff;
   content: "\f105";
   font-family: FontAwesome;
   font-size: 32px;
   left: 50%;
   line-height: 60px;
   margin: -30px 0 0 -30px;
   position: absolute;
   text-indent: 26px;
   top: 39%;
   width: 60px;
   z-index: 2;
}
*/


- like so.
User avatar
Fresh Boarder

teitbite
Sun Sep 14, 2014 9:32 am
Hi

Yes this is probably the correct answer, but if this is the case I would suggest to leave the code as it was and add this into override.css file instead:

Code: Select all
.showcase .nspImageWrapper:after { display: none; }


Same solution, but it will be easier to update template later if modifications will be separated.
User avatar
Moderator


cron