- Posts: 32
- Thank you received: 0
Change the text size & colour of the Category List
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
For example, if you want to have a green product name on the listings, you can use that code:
.hikashop_product_name a{
color: green !important;
}
Please Log in or Create an account to join the conversation.
Where in the file do I need to add this line? Anywhere?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Also, make sure that you selected the "custom" CSS file on the option of the configuration.
Please Log in or Create an account to join the conversation.
www.stevenwongpt.com/index.php/component/hikashop/category
The white text I'm trying to change is just below the each image. If you mass select the page you will see it. Also referring to my other post, if you click on each category, it doesn't list the products despite I have products link to these categories.
Thanks for your patience.
Steven
Please Log in or Create an account to join the conversation.
For the category name you should use:
.hikashop_category_name a{
color: green !important;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
.hikashop_category_name a{text-transform:uppercase !important;}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.