This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
In the pages of the category of a product I would like to remove the header image and change the font color. There is possibility to choose a style for the head of the categories and the products page?
I also want to enter the banner above the list of products as in the demo
Thank you
Hello,
To remove header image go to Theme Options > General > Header Settings > Breadcrumbs Style > select “Default” or some other option.
What elements do you want to change font color for?
There is possibility to choose a style for the head of the categories and the products page?
Sorry, but there is no such option.
You can add image for product category in Products > Categories > edit a category and write code for an image in “Description” section, for example, <img src="http://path_to_your_image"></img>
Regards,
Eva Kemp.
The font color of category title and menu that appears in the header
Hello,
For menu please use this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.menu > li > a {
color: #000;
}
Change color value to yours.
Do you mean this category title https://www.dropbox.com/s/4o94tlqpofoqbfr/Selection_328.jpg?dl=0 ?
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up