Make background transparent
-
Hello, I am trying to make the background transparent on the homepage. Currently, the code from the theme looks like this :
/* Body Background Color */ .l-body { background-color: <?php echo us_get_option( 'color_body_bg' ) ?>; }
However, I do not know where this hooks up, so I’m trying to make sure where it would be best to use the
<body bgcolor=transparent>
tag, if that’s indeed the best way to go about this.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Make background transparent’ is closed to new replies.