Skip to content

Instantly share code, notes, and snippets.

@MatteoOreficeIT
Last active July 20, 2023 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatteoOreficeIT/b7a4419f8be0c422089ad2c8b43efa25 to your computer and use it in GitHub Desktop.
Save MatteoOreficeIT/b7a4419f8be0c422089ad2c8b43efa25 to your computer and use it in GitHub Desktop.
Esempio di applicazione regola CSS per tutte le collections e prodotti shopify
/* é necessario poi circorscivere la regola usando un selettore dedicato oltre al sibling css */
body link[rel=alternate][href*="/collections/"] ~ div > div,
body link[rel=alternate][href*="/products/"] ~ div > div,{
background-color: red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment