New Landing How can we help? Themeforest Theme Support Neighborhood Getting rid of product shadow and title align with price

Viewing 12 posts - 1 through 12 (of 12 total)
  • #232031
    jamieandrade88
    Member
    Post count: 25

    Hello,

    I want to remove the shadow that is located in the bottom of each product and I would also like to have the title in the same row as the price.

    Attachments:
    You must be logged in to view attached files.
    #232058
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code :-

    .woocommerce ul.products li.product figure {
        box-shadow: none !important;
    }
    

    Thanks
    Mohammad

    #232295
    jamieandrade88
    Member
    Post count: 25

    Thank you so much that did it for the shadow. Do you have one so the name of the product can be on top the price? Sort of like this for

    Attachments:
    You must be logged in to view attached files.
    #232297
    jamieandrade88
    Member
    Post count: 25

    here is another example

    Attachments:
    You must be logged in to view attached files.
    #232299
    jamieandrade88
    Member
    Post count: 25

    I wanted to do it for the product list as well like the example below

    Attachments:
    You must be logged in to view attached files.
    #232306
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product .entry-title {
        display: block;
        text-align: right;
        width: 68%;
        font-size: 20px;
    }
    
    ul.products li.product .product-details{
        text-align: center !important;
        width: 100% !important;
    }
    ul.products li.product .price, .woocommerce ul.products li.product .price {
        float: right !important;
        font-size: 18px;
        float: none !important;
        text-align: center;
    }
    

    Thanks
    Mohammad

    #232309
    jamieandrade88
    Member
    Post count: 25

    It worked, except for the price isn’t centered on the full product description page.

    Attachments:
    You must be logged in to view attached files.
    #232319
    jamieandrade88
    Member
    Post count: 25

    Here is a better picture.

    Attachments:
    You must be logged in to view attached files.
    #232677
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Is that for this product, I don’t see it? http://www.balloonandpaper.com/product/black-tie/

    Thanks.

    #232917
    jamieandrade88
    Member
    Post count: 25

    Its all products that don’t align I have temporary removed the title on top of the price because I couldn’t figure it out, but ideally I would want the title to be right above the price and centered. I found a code in the forum but when I I viewed it on a cell phone it did not align it was way off.

    #232921
    jamieandrade88
    Member
    Post count: 25

    This is the code I am currently using

    .woocommerce div.product .entry-title {
    display: block;
    float: right;
    width: 48%;
    text-align: left;
    font-size: 26px;
    margin-bottom: 30px;
    }
    @media (max-width: 600px) {
    .woocommerce div.product .entry-title {
    float:left;
    }
    }

    #232922
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please replace this code:-

    @media (max-width: 600px) {
    .woocommerce div.product .entry-title {
    float:left;
    }
    }

    With this code:-

    @media only screen and (max-width: 600px) {
    .woocommerce div.product .entry-title {
    float:left;
    }
    }

    Everything looks perfect to me. Please check the attachment.

    Thanks
    Mohammad

    Attachments:
    You must be logged in to view attached files.
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register