Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1418422

    I am trying to implement this kind of style to my product images
    I want this style for images on my website

    Currently it looks like this:
    current look

    What and where do I need to change codes, can someone please guide me?

    • This topic was modified 1 year, 2 months ago by pampself. Reason: url update
    #1418435

    Can someone please help?

    #1418467

    waiting..

    #1418550

    anyone?

    #1418609

    Hi,
    Thank you for your patience, on my demo site the text is below the products like this:
    Enfold_Support_3208.jpeg
    please link to your page so we can examine.

    Best regards,
    Mike

    #1418656

    Thank you mike, private content attached.

    #1418695

    Hi,
    Please include an admin login in the Private Content area so we can be of more assistance in adjusting your settings.

    Best regards,
    Mike

    #1418708
    This reply has been marked as private.
    #1418814

    Hi,
    Thanks for your patience, to change your product layout I change the setting at Enfold Theme Options ▸ Shop Options ▸ Product gallery to default.
    Please check.

    Best regards,
    Mike

    #1418854
    This reply has been marked as private.
    #1418956

    Hi pampself,

    For the background color of the canvas, please try to add this CSS code in Enfold > General Styling > Quick CSS: (just change the color value as you see fit)

    #top.home .container_wrap_first {
        background-color: white;
    }

    To reduce the height, please add this CSS code (and adjust the padding values)

    #top.home .container_wrap_first main.content {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    Best regards,
    Nikko

    #1418989
    This reply has been marked as private.
    #1419040

    Thanks, I’ve managed to fix the logo issue myself but I’ve separate issue. Asked below

    #1419137

    How do I customize cart icon shape and color that appears on top right when a product has been added?
    I want it to float but at the bottom right of the device screen once a product gets added.

    #1419189

    Hi,
    The shop cart button is a woocommerce menu item, you want it removed from the menu and float at the bottom right of the screen?
    I don’t see a way to do that, please try using a plugin like these:
    Floating Cart for WooCommerce
    XT Floating Cart for WooCommerce
    Perhaps there are other options in the WordPress Plugin library, you may need to try them to see if they work with Enfold.

    Best regards,
    Mike

    #1419506
    This reply has been marked as private.
    #1419531

    Hi pampself,

    Please add this CSS code in Enfold > General Styling Quick CSS:

    #top .products .avia_cart_buttons {
        background-color: #524e63;
        opacity: 1;
        display: flex;
    }

    Best regards,
    Nikko

    #1419535
    This reply has been marked as private.
    #1419536

    Hi pampself,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.