Hello,
I want to remove image from tag pages like search result page. No K2 installed.
How can i remove images? Which part should i delete at /templates/gk_news2/html/com_tags/tags/default_items.php ?
Thanks
div.tag-category ul.category li {
border-bottom: 1px solid #ccc;
box-sizing: border-box;
display: inline-block;
font-size: 90%;
padding: 10px;
width: 49%;
}
section span.tag-body img {
display: none;
}
teitbite wrote:Hi
I'm afraid this will require some additional codding and we do not support that, sorry.
div.tag-category ul.category li {
border-bottom: 1px solid #ccc;
box-sizing: border-box;
display: inline-block;
font-size: 90%;
padding: 10px;
width: 49%;
}
teitbite wrote:Hi
K2 and joomla article tags pages are using completly different html structure since are generated via a different components. This is why we have designed a different layout for joomla tag and k2 tag. If You want to use K2 layout please simply convert Your articles to K2 (it's a one click button in K2 page).
teitbite wrote:Hi
Of course. Please tell me the url to the page You have made this screenshot.
div.tag-category ul.category li {
display: block;
float: left;
}
teitbite wrote:Hi
Please add this to override.css and make sure override is enabled in template settings:
- Code: Select all
div.tag-category ul.category li {
display: block;
float: left;
}
div.tag-category ul.category li.cat-list-row0 {
clear: both;
}
