Product navigation

  • Posts: 20
  • Thank you received: 1
  • Hikashop Business
3 years 3 months ago #337166

-- HikaShop version -- : 4.4.4
-- Joomla version -- : 3.10.3

How can i change the "Previous" and "Next" icon?
See attached screenshot.
Thanks for your reply.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83402
  • Thank you received: 13496
  • MODERATOR
3 years 3 months ago #337170

Hi,

Well, first you have some old CSS that has been removed since a while ago in your HikaShop frontend CSS.
Remove this CSS from there:

.hikashop_previous_product {
	background-color: transparent !important;
	float:left;
	width: 6px;
	height: 6px;
	background:url(../images/icons/nav_products.png) no-repeat 5px -20px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ddd;
	border-radius:3px;
	margin-right:4px
}
.hikashop_previous_product:hover {
	background:url(../images/icons/nav_products.png) no-repeat 5px 3px;
}

.hikashop_next_product {
	background-color: transparent !important;
	float:left;
	width: 6px;
	height: 6px;
	background:url(../images/icons/nav_products.png) no-repeat -30px -20px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ddd;
	border-radius:3px;
	margin-right:4px;
}
.hikashop_next_product:hover {
	background:url(../images/icons/nav_products.png) no-repeat -30px 3px;
}
and you'll see that the next/previous buttons look a lot better:
i.imgur.com/GZh38eh.png
You can do so under the Display tab of the HikaShop configuration.

If you still want to change the icon, it's possible with custom CSS.
For example:
.hikashop_next_product i{ display:none; }
.hikashop_next_product{ background:url(URL_OF_YOUR_IMAGE) no-repeat; }

The following user(s) said Thank You: sonjaclerc

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 1
  • Hikashop Business
3 years 3 months ago #337200

Hi

Deleting the old CSS did the job.

Thanks a lot.

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum