Home Forums WoodMart support forum Change layout | Products archive | Products style

Change layout | Products archive | Products style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #420570

    alin.horne
    Participant

    Hello,

    I like very much one of the existing option. Please see picture 1 (attached), what I choosed.
    Now, the layout in my store is like in picture 2 (attached)
    I need please your support to add the basket logo in the left of the button, like in picture 3 (attatched)
    (and if is possible to not caps lock this text).

    Thank you!
    Alin

    Attachments:
    You must be logged in to view attached files.
    #420604

    Hello,

    As far as making the Add to Cart text case change, you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-hover-fw-button .add-to-cart-loop span {
      text-transform: capitalize !important;
    }

    If you want all the text in small, then you can change the property here from capitalization to lowercase.

    Regarding making the Add to Cart icon to the left, this wouldn’t be possible because this Product Style shows the Add to Cart icon on hover, so right now it won’t be possible to make it already adjust on the left.

    This style works like this: it shows Icon on Hover. Hope you can understand.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)