Quark e-commerce article header

Support desk for Multipurpose Quark Theme
GK User
Thu Feb 09, 2017 11:21 am
I would like at some articles the header to be plain like the component header is
Now I have an orange background and the height is big.

is there a css class that I can add to the menu?
User avatar
Expert Boarder

GK User
Fri Feb 10, 2017 8:32 pm
Noone can help?
User avatar
Expert Boarder

teitbite
Mon Feb 13, 2017 9:13 am
Hi

Template was prepared to display an image in article's header and if header is not there it shows title on background. I think closest to get rid of this effect when image is not there would be with this css:

Code: Select all
.single-page > .header.no-image,
.blog-page > .header.no-image {
    background: transparent none repeat scroll 0 0;
    color: #000;
    height: auto;
    padding-top: 200px;
}

.single-page > .header.no-image .mouse-icon,
.blog-page > .header.no-image .mouse-icon {
    display: none;
}

.single-page > .header.no-image .item-title,
.blog-page > .header.no-image .item-title {
    color: #111;
}
User avatar
Moderator

GK User
Mon Feb 13, 2017 9:15 am
I finally created a new menu option for articles using a different template and it works. Because at some pages I need the image header.
User avatar
Expert Boarder

teitbite
Sun Feb 19, 2017 11:54 am
Hi

Och, so it was a landing page effect issue ? If yes, than Your solution is great only if You can make a separate menu item for each article, but for dynamically updated pages it may not be possible, than I advice to use Advanced Module Manager, where You can select a type of page to post a module (category layout, article layout).
User avatar
Moderator


cron