• Resolved bapestars

    (@bapestars)


    I have got the product price & title to be aligned to the center of the product, but the button is aligned left. thank you in advance. ?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bapestars

    (@bapestars)

    i was also wondering-
    what if i wanted to change this button into my very own button (an image)

    Try to add in custom CSS:

    .woocommerce ul.products li.product {
    display: block;
    }

    Youmight also want ot add a black (or different color) cursor when hovering links. Now its changing between finger and your custom “french lilly”.

    a:hover, button {
    cursor: url(‘https://ragdoll.la/wp-content/uploads/2022/07/fleurcursorw_BLACK.png’), auto !important;}

    Thread Starter bapestars

    (@bapestars)

    @edoeod thank you for your replies~
    and thank you so much for your help.
    i added the woocommerce code to my additional css & it is perfectly centered now ?

    regarding the hand cursor, i noticed in the coding i saw the word “pointer” and i think thats what it was. i added the cursor code that you recommended as well.
    i would love it to stay the same cursor even while hovering honestly but i don’t know what i’m doing too much hehe.

    thanks again! ?

    • This reply was modified 2 years, 4 months ago by bapestars.
    Plugin Support Kaushik S. a11n

    (@kaushiksomaiya)

    Hi there @bapestars!

    I’m glad that the solution shared by @edoeod resolved your issue.

    I’ll mark this thread as resolved now, please feel free to open a new one if you have any other questions/issues.

    Thread Starter bapestars

    (@bapestars)

    thanks again!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘alignment of the “add to cart” button’ is closed to new replies.