This is a nice effect and I am looking, hopefully, for a solution without programming, code snippets, etc. If possible, using plain element of a plugin, or even better, just Bricks.
I want to change the background of an entire section in the homepage, based on which of the blocks inside it that is hovered.
This is the case:
- Website with WP + Bricks + ACF Pro + BricksForge + Bricks Extras + few other non-relevant to this case. May consider installing a new one if it gets the job done.
- I have an ACF CPT (services) which among other fields has post_title, service_short_description (rich text field), service_banner_image (image field), home_page_featured (taxonomy field).
- I defined a component for the Service card that includes the Service Name (post_title), the service_short_description, and an Icon linking to the post_url to use the Service Single Post template.
- If homepage_featured = âyesâ for a Service, that Service Card will display in the section of the homepage, along with other featured services.
- The Section in the homepage (flow: row) is populated by a query loop on Services of homepage_featured Services = âyesâ. I expect to have 3-4 blocks (depending on the number of homepage_featured services marked with âyesâ).
- On page load, the background of the entire section will be the service_banner_image corresponding to the Service in the first block of the query loop.
- When hovering the second featured Service, the background image of the entire section should change to the service_banner_image corresponding to the second service in the query loop, and so on.
Any thoughts? Is it possible?

