Hello,
Thanks for using our theme
Please show me your CSS code, that you added.
You can submit a customization request to our support if you can’t do it yourself:
http://support.fruitfulcode.com/hc/en-us/requests/new
Regards
Thread Starter
NatD
(@thegiftofdiamondsnovel)
Hi! Thank you…
I uploaded the image as a background and then I tried to add this:
<div id=”header”>
<h1>/”>
<?php bloginfo(‘name’); ?>
</h1>
</div>
I’m not sure if it’s the right way to make the entire header image clickable.
Thread Starter
NatD
(@thegiftofdiamondsnovel)
I also tried this:
add_theme_support( ‘custom-header’, $args );
<?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) { ?>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
<?php } // if ( ! empty( $header_image ) ) ?>
It’s also hasn’t made a different.
-
This reply was modified 9 years, 5 months ago by
NatD.
Hi,
Please submit a customization request to our support:
http://support.fruitfulcode.com/hc/en-us/requests/new
Regards