/*
Theme Name: Salient Child Theme 
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





<style>
  body::before {
    content: "";
    background: url('wp-content/uploads/sites/38/2021/11/header-image.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px; /* Adjust height as needed */
    z-index: -1;
  }
</style>
