Add banner to front page
-
I am trying to add a banner to promote something on my page. Please let me know how to do this! Thanks
The blog I need help with is: (visible only to logged in users)
-
Howdy!
Your theme, Hive, doesn’t provide widget areas, and that’s normally where I’d recommend promoting links within your site. There we can add images and make them links, etc.
If some text is acceptable for the promotion, you could add a Sticky Post, or make a custom link in your navigation menu.
Could you describe more specifically what you want this banner to look like? We can maybe craft something using Custom CSS.
For example, since you’re not using the Site Title and Description text, we could use CSS like this:
div.site-description { width: 728px; height: 90px; content: url('http://placekitten.com/728/90'); }Here’s that code on a testing site running Hive:
The downside to making banners using CSS like this is that we can’t make them clickable.
Best,
-Alex G.
- The topic ‘Add banner to front page’ is closed to new replies.
