[Theme: Januas] Header Background color
-
Hello All,
I’m trying to change the white background on the header behind the logo on this theme: http://www.showthemes.com/januas-demo/#
The code in the header file is bolded below
I’m trying to get the color to change from white to the same gray color as the slider below.
Any assistance would be greatly appreciated<div id=”container” class=”<?php echo $home_layout; ?>”>
- <header class=”header” role=”banner”>
<div id=”inner-header” class=”wrap clearfix”>
<p id=”logo” class=”h1″>
<?php
$header_image = get_header_image();
if ($header_image) :
?>
<img src = “<?php echo $header_image; ?>” width = “<?php echo get_theme_support(‘custom-header’, ‘width’); ?>” height = “<?php echo get_theme_support(‘custom-header’, ‘height’); ?>” alt=”<?php bloginfo(‘name’); ?>” />
<?php
endif;
The topic ‘[Theme: Januas] Header Background color’ is closed to new replies.