Fork me on GitHub

All images that link, have lame hover bar around it  Bottom

  • Every image that links has a URL bar all the way around it, and of course hovers to a different color as well. Anyway how do I totaly remove this from my theme? I suppose its a CSS problem. I will probably have this fixed in an hour but if not.... Thanks in advance.
  • It just hit me, its in all themes that have link hover options on, this is more than a theme problem!
  • Append this to style.css and styleNN.css

    Code

    img {  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}


    --
    Zikula Themes
  • Awesome, you are the man and thank you. Next question if you do not mind. Topic Icons, on this theme and several others, the topic icon on the main story page is above the text, not letting the text wrap around the icon, How would this be fixed?
  • More than likely they are in seperate TD's, you will need to merge the two TD's

    --
    Zikula Themes

This list is based on users active over the last 60 minutes.