Home Forums Pro Themes Yummy Pro Remove background food pictures

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86690
    Dominique le Roux
    Participant

    Dear team
    Thanks for a gorgeous theme. I have seen the advice you have given about using additional css to remove the food pictures but it does not seem to make a difference on my site: https://phosythalang.com/bookings/. Please let me know what to do.
    Many thanks
    Dominique

    #86768
    wensolutions
    Keymaster

    Hello @justdominique,

    Thank you very much for the appreciations.

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

    .page-decoration {
    	display: none;	
    }
    
    .bottom-footer {
    	background-image: none !important;
    }

    Hope this helps.

    Regards!!

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