logo
-
Hi i am uploading two images main logo and small logo when main logo appears small logo should be hide small logo appear main logo should be hide using option tree how
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<a>" > <img src="<?php if ( isset( $logoUrl['background-image'] ) ) echo $logoUrl['background-image']; ?>" id="main-logo" /> <img src="<?php if ( isset( $smallLogoUrl['background-image'] ) ) echo $smallLogoUrl['background-image']; ?>" id="main-logo-min" /> </a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘logo’ is closed to new replies.