• I’m trying to set a static page I created as the homepage but can’t get rid of the Hero theme homepage demo.
    I’ve tried setting it in the customize menu, but it still doesn’t show. I don’t have anything set in the customize theme boxes either.

    Here is the site I am working on https://yingc.com/wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure if it’s related, but take this code out of the top of your header.php file:

    <>
    <div id="cimy_div_id_0">Loading images...</div>
    <div class="cimy_div_id_0_caption"></div>
    <style type="text/css">
    	#cimy_div_id_0 {
    		float: center;
    		margin: 1em auto;
    		border: 1px solid #000000;
    		width: 560px;
    		height: 380px;
    		max-width: 100%;
    		max-height: 100%;
    	}
    	div.cimy_div_id_0_caption {
    		position: absolute;
    		margin-top: 175px;
    		margin-left: -75px;
    		width: 150px;
    		text-align: center;
    		left: 50%;
    		padding: 5px 10px;
    		background: black;
    		color: white;
    		font-family: sans-serif;
    		border-radius: 10px;
    		display: none;
    		z-index: 2;
    	}
    </style>
    <noscript>
    	<div id="cimy_div_id_0_nojs">
    		<img id="cimy_img_id" src="https://yingc.com/wordpress/wp-content/Cimy_Header_Images/0/asianaccent_slide.jpg" alt="" />
    	</div>
    </noscript>
    <>

    Nothing can go above a Doctype.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero theme – Change homepage to static page’ is closed to new replies.