I want to add a slogan to my web page , preferably on the Welcome page underneath where
I have the logo. How do you do that?
Web page is casual420.com.
Thank you
I want to add a slogan to my web page , preferably on the Welcome page underneath where
I have the logo. How do you do that?
Web page is casual420.com.
Thank you
Hi,
You can edit header.php then find this code
echo avia_logo();
Replace it with this
echo avia_logo();
echo "<div id='slogan'>";
echo bloginfo('description');
echo "</div>";
Now open your custom.css then add this code
#slogan {
position: absolute;
z-index: 9999;
bottom: 5px;
left: 5px;
}
You can edit the slogan on Settings > General > Tagline.
Regards,
Ismael
You must log in to post.