0
Welcome Guest! Login
0 items Join Now

Remove link border from thumbnails using slimbox

    • Sean Downey's Avatar
    • Sean Downey
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0
    • Photographer

    Remove link border from thumbnails using slimbox

    Posted 17 years 10 months ago
    • Hey guys,

      I'm sorry if this has been answered before, but I did a search and couldn't find it.

      How can I remove/change color for links for thumbnails using slimbox? Example of how ugly it is currently:
      www.seandowney.com/content/view/12/27/

      Please don't comment too much on the site because it is still in process. I will be creating my own thumbnails to replace those automatically created by Slimbox Mambot to be square with white border around already like the full size image.

      Joomla 1.0.12
      RT - BentoBox Dark Style 1

      Thanks in advance.

      Sean
    • Life's a Reach and then you Jibe!
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Remove link border from thumbnails using slimbox

    Posted 17 years 10 months ago
    • try
      a img{
          border: none;
          text-decoration:none;
      |
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
    • Sean Downey's Avatar
    • Sean Downey
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0
    • Photographer

    Re: Remove link border from thumbnails using slimbox

    Posted 17 years 10 months ago
    • GollumX wrote:
      try
      a img{
          border: none;
          text-decoration:none;
      |

      Thanks,

      In which CSS file and where?

      Sean
    • Life's a Reach and then you Jibe!
  • Re: Remove link border from thumbnails using slimbox

    Posted 17 years 10 months ago
    • Throw that code right into your template_css.css file anywhere and it should work.
      a img{
      border: none;
      text-decoration:none;
      }
    • Sean Downey's Avatar
    • Sean Downey
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0
    • Photographer

    Re: Remove link border from thumbnails using slimbox

    Posted 17 years 10 months ago
    • Mike VanKirk wrote:
      Throw that code right into your template_css.css file anywhere and it should work.
      a img{
      border: none;
      text-decoration:none;
      }

      Thanks guys,

      That did the trick.

      Sean
    • Life's a Reach and then you Jibe!

Time to create page: 0.059 seconds