Okay
  Public Ticket #1379516
Images with URL links get a box behind them
Closed

Comments

  • Mark started the conversation

    I have a problem when ever I use an image as a button that has a linked URL to it I get a rectangular outline behind the image. How do I remove these boxes behind the image?

  •  529
    Igor replied

    Hi,

    please try to add this to your Joomla template custom CSS file

    .tp-caption a {
        border: none !important;
    }

    Regards,
    Igor

  • Mark replied

    Hi Igoe

    I added it to the bottom of the template.css file but it made no difference. Should I be adding it elswhere?

  •  529
    Igor replied

    Hi,

    please try to clear your Joomla and browser cache. I just tried with CTRL+F5 on your website and it looks ok for me


    Regards,
    Igor