logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
Macoy  
#1 Posted : Thursday, October 5, 2023 1:01:25 PM(UTC)
Macoy

Rank: Member

Groups: Authorized User, Developers, Registered
Joined: 12/19/2018(UTC)
Posts: 11

Does anyone know how to change the image size in featured products widget?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

moizkiyani027991993  
#2 Posted : Friday, October 6, 2023 5:54:34 AM(UTC)
moizkiyani027991993

Rank: Newbie

Groups: Admin, HelpDesk, Developers, Registered
Joined: 3/31/2023(UTC)
Posts: 3

Was thanked: 1 time(s) in 1 post(s)
1. For the featured products widget we are using a responsive CSS style.

2. If you want to change the image size please follow the steps
  • Sign in as an admin and go to the retail side.

  • Enable the edit settings (ON/OFF button).

  • Edit the featured products widget the popup will appear.

  • In the Add CSS Classes field add a new class e.g. my-featuredproduct-img.

  • After save changes go to admin > website > store design > theme.

  • Select your active theme and edit CSS.

  • Add CSS style e.g. .my-featuredproduct-img img{
    height : 50px;
    width : 100px;
    }
    and save.


By following these steps you can change the image size easily.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.