Home Forums Pro Themes Yummy Pro Remove template images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67936
    Samirah Ali
    Participant

    Oh please, how does one remove this silly images from the template – i deleted it from the assets, cleared up any i found very obviously linking to assets within css.. but somehow they remain!!!!

    #67952
    wensolutions
    Keymaster

    Hello @cocosami,

    All of the images that are used in the templates are hardcoded within the theme so to remove then you will need an additional custom CSS.

    So please mention the templates that you want to completely remove the background image for then we will help with some additional CSS.

    Thank you 🙂 .

    Best Regards.

    #68810
    Allyssa
    Participant

    Hi friends,

    I wanna remove this images (decoration) too from the yummy pro theme, please.

    Thanx for your precious help

    #68816
    wensolutions
    Keymaster

    Hello @com4digital,

    To remove the images that are hard coded in the theme use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page-decoration img {
        display: none;
    }
    
    .section-decoration-images {
        display: none;
    }
    
    #contact-form {
        background-image: none;
    }

    Hope this helps.

    Best Regards!!

    #68819
    Allyssa
    Participant

    thank you very very much. You save my life 😉

    #68827
    wensolutions
    Keymaster

    Hello @com4digital,

    Glad we could help you.

    If you have any issues further, please let us know.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/yummy/reviews/

    Thank you.

    Best Regards!!

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