What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Image text overlay in webshop

kimhauglid

New member
Joined
Mar 17, 2022
Messages
1
Reaction score
0
HTML Coins
0
Hi. We have a webshop from a big company, and have some access te tweak the layout using a custom CSS and javascript file. Before I'm ordering a new function from our supplier, I wanted to check if I can fix something myself. On for instance https://www.stofflykke.no/categories/monstret-jersey I want to add a mouseover effect showing how many items of each product that are available. If you look in the source code the stock number is already available in the variable "data-quantity";
Code:
<div class="product  in_stock_product" data-quantity="80" id="prod-19749">

Example attached of how I'm picturing this in real life, third product box has the desired text overlay box.

If I add this to my custom CSS file, the images becomes some transparent on mouseover;
Code:
/* TEST of image hover tweak */
.image.equal_state:hover {
  opacity: 0.9;
}

I am some familiar with coding, but haven't got access to add something to the source itself, only editing the layout and function of already defined classes and div's. Let me know if you have any ideas.
 

Attachments

  • stockitems.jpg
    stockitems.jpg
    137.9 KB · Views: 1

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back