MyBB Community Forums

Full Version: Make .logo header image clickable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
My forum is: http://promoparkforum.com/index.php

Instead of adding a logo, I edited my #logo bit in global.css and added my whole header but I want to make all of it clickable, how do I do it?
you can add url link for the logo div element - can be like below
<a href="http://promoparkforum.com/index.php"><div id="logo"><-- other content --></div></a>
(2015-02-07, 05:48 PM).m. Wrote: [ -> ]you can add url link for the logo div element - can be like below

<a href="http://promoparkforum.com/index.php"><div id="logo"><-- other content --></div></a>

 Can you tell me where to add that?

 So the image I've added in .logo global.css will be clickable?
admin panel >> your theme templates >> Header Templates >> header

below code already exists there. you have to modify it
<div id="logo"><-- some other content --></div>
I'm very confused, I don't understand.
^ sorry, what exactly is confusing ?
I felt that you already know editing code in the templates & style sheets through admin panel ..
(2015-02-07, 06:19 PM).m. Wrote: [ -> ]^ sorry, what exactly is confusing ?
I felt that you already know editing code in the templates & style sheets through admin panel ..

I'm confused at what you mean. Like what exactly do you do?
^ basically your requirement is like below
<link code start><image code start><image code end><link code end>

suggestion was to edit the logo code available in header template of the theme
keep logo image code as it is and wrap required link code around that logo image code
I don't get it, can you tell me more simply in small steps?
^ sorry for the confusion. may be some other person explains it in a better manner. I've to move to sleep.
Pages: 1 2