Facing issues in the sopt light sections

This topic has 3 replies, 2 voices, and was last updated 2 months ago ago by Krafts & Kreations

  • Avatar: Krafts & Kreations
    Krafts & Kreations
    Participant
    October 5, 2025 at 19:57

    HI Team
    I am facing 2 issues at the spot light section
    1.I am not able the change the image of
    New Arrivals and Shop All

    2.Only 10 Categoreis are visible here,i want to make it carousel where other categories can also be seen
    can you please help to resolve it
    Attaching the screen shot for refrence

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 6, 2025 at 09:22

    Hello @Krafts & Kreations,

    There are no predefined settings available to assign images to these categories, as they are created manually and are not displayed in your backend. If you would like to set custom images for these items, you can use the following custom CSS snippet in the Spotlight widget -> Advanced -> Custom CSS:

    /* new */
    selector .etheme-category-grid-image[data-type=new] {
        background: url(https://placehold.co/600x400);
        background-size: cover;
        background-position: center center;
    }
    
    selector .etheme-category-grid-image[data-type=new] a {
        color: transparent;
    }
    
    /* Shop all */
    selector .etheme-category-grid-image[data-type=all] {
        background: url(https://placehold.co/600x400);
        background-size: cover;
        background-position: center center;
    }
    
    selector .etheme-category-grid-image[data-type=all] a {
        color: transparent;
    }

    Additionally, this widget displays dynamic categories based on the page it appears on and the query of that page. If you wish to display specific categories, you can manually set the Data Source in the widget to “IDs” and add the categories you would like to show.

    Best regards,
    8Theme Team

    Avatar: Krafts & Kreations
    Krafts & Kreations
    Participant
    October 6, 2025 at 15:45

    Thanks for the support! My topic “Facing issues in the sopt light sections” has been successfully resolved.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Facing issues in the sopt light sections’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.