Picture link in header 1 position
Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
- GK User
- Wed Apr 10, 2013 6:46 pm
Hi
I'd like to add a link under the picture in the header 1 module. I want it to point to an article. I tried in the css but I don't know the code, please help..
Thank you!
VacsZ
I'd like to add a link under the picture in the header 1 module. I want it to point to an article. I tried in the css but I don't know the code, please help..
Thank you!
VacsZ
-
- Fresh Boarder
- Konrad M
- Thu Apr 11, 2013 7:09 am
Hi,
first you have to go to customHTML module published in this position. And the add url inside this div lkie here:
Remember to edit content in html view. When you add this then try add to override.css
and remember to enable override.css option in template settings.
first you have to go to customHTML module published in this position. And the add url inside this div lkie here:
- Code: Select all
<div id="demo1"><a href="url to your article">text</a></div>
Remember to edit content in html view. When you add this then try add to override.css
- Code: Select all
demo1#div a {
float:left;
height:100%;
width:100%;
text-indent:-9999px;
}
and remember to enable override.css option in template settings.
- teitbite
- Wed Apr 24, 2013 9:18 am
Hi
Please let me know if the above solution is enought. If not please send me an access to joomla panel.
Please let me know if the above solution is enought. If not please send me an access to joomla panel.
-
- Moderator
3 posts
• Page 1 of 1