This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi, For the brand page i would like to have a custom banner. is that possible? https://gyazo.com/86a5c0ab3cd2740e741a89a60071acff
Hi,
You can use the next custom CSS code:
.tax-brand .page-heading {
background-image: url(url_of_image);
}
Regards
I mean for every brand a different header, i can use this code but it will be for every brand. is that pssible?
Here is code for page of Affinage brand
.term-affinage .page-heading {
background-image: url(url_of_image);
}
You can change .term-affinage and use the code for other brands also.
Regards
You must be logged in to reply to this topic.Log in/Sign up