Friends, i need to disable the princial image that appears in Article k2 . Disable the category options, but does not. Any solution?
thank you.
#k2Container header img {
display: none;
}
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;
}