Skip to content

Instantly share code, notes, and snippets.

@thiagotmendes
Created August 6, 2019 13:49
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 thiagotmendes/264b0f42cce0b18ca9c719a8ed0d9813 to your computer and use it in GitHub Desktop.
Save thiagotmendes/264b0f42cce0b18ca9c719a8ed0d9813 to your computer and use it in GitHub Desktop.
<?php
$menuLaranja = "#FF5c00";
if (is_page('servicos')) { ?>
<style>
.menu_scrool{
/* classe que o header pega quando da o scrool */
background-color: <?= $menuLaranja ?>
}
</style>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment