disable large image in k2

September 2015 Joomla Template
GK User
Tue Oct 27, 2015 7:42 pm
Friends, i need to disable the princial image that appears in Article k2 . Disable the category options, but does not. Any solution?

thank you.
User avatar
Fresh Boarder

teitbite
Fri Oct 30, 2015 12:42 pm
Hi

Do You want to remove them entirely from every K2 article ?

Try use this code:

Code: Select all
#k2Container header img {
    display: none;
}
User avatar
Moderator

GK User
Fri Nov 06, 2015 5:14 pm
teitbite wrote:Hi

Do You want to remove them entirely from every K2 article ?

Try use this code:

Code: Select all
#k2Container header img {
    display: none;
}

Hi,
I used your code in override.css but it doesn't work on my site. I would like to reduce the image height.
thank you very much
User avatar
Junior Boarder

GK User
Sun Nov 08, 2015 12:50 am
Hi,
I solved with this code in override.css:
Code: Select all
.header .header-wrap { display:none; }
User avatar
Junior Boarder

teitbite
Thu Nov 12, 2015 2:06 pm
Hi

Ok. This means we have been looking into different views, that's why url with an example site is always helpful. Anyway congrats for figuring it out. Closing thread now.
User avatar
Moderator


cron