Home Forums Pro Themes Yummy Pro How do we update the Yummy Pro Store theme to left justify & remove background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92241
    AnetteR
    Participant

    How do we update the Yummy Pro Store theme to left justify & remove background images?

    Image of what we want to change with mark up.

    #92291
    wensolutions
    Keymaster

    Hello @anetter,

    Can you please provide your site URL so that we can provide a precise fix on this?

    Thank you.

    Best Regards!!

    #92469
    AnetteR
    Participant

    Here is an example of the URL we want to change: https://www.gathercoffeebistro.com/product/balsamic-glazed-chicken-with-roasted-root-vegetables/

    1. I already put in a fix to change the theme justification to left from center. So we do not need that any longer.
    2. We do not have the custom CSS to remove the images of pasta and chicken from the background of the Product & else where. We still need a fix to remove these.
    #92516
    wensolutions
    Keymaster

    Hello @anetter,

    Glad that you figured out the issue by yourself.

    Now to remove the image from the page add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page-decoration {
        display: none;
    }

    Hope this helps.

    Best Regards!!

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