Hello Team,
I have 2 questions:
1)
I like to use your very nice frames around the Intro Images also with 'normal' pictures inside the articles (I manually ad the frame within the image) , but there is always a thin black frame around the pictures. I can't find where I can chance that.
2)
Is there a possibility to add an individual link to an Intro-Image and/or Full article Image? I know, that the intro-Image is normally linked to the full artice, but I link to add a link to a different page.
I would appreciate your help.
Andy
AS Templates
POSTED: 2015-09-30
Hello ANDIKASA,
1. On which page please we can see the problem with black frame?
2. Sorry, Joomla doesn't have such option, it should be developed or you have to use your custom HTML code.
Regards, AS Team.
andikasa
POSTED: 2015-10-07
Thanks for the reply and sorry for my late reaction.
you find the black frame here:
http://tierklinik-kasa.de/index.php/leistungen
Andy
AS Templates
POSTED: 2015-10-07
Hello ANDIKASA,
In your articles you are using 'table' tags, for publishing images in the tables without the border please put the following css in the style.custom.css file:
table img {
border: medium none !important;
}
Regards, AS Team.
andikasa
POSTED: 2015-10-08
Perfect! Thank you VERY much. Nice Templates, perfect support.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have 2 questions:
1)
I like to use your very nice frames around the Intro Images also with 'normal' pictures inside the articles (I manually ad the frame within the image) , but there is always a thin black frame around the pictures. I can't find where I can chance that.
2)
Is there a possibility to add an individual link to an Intro-Image and/or Full article Image? I know, that the intro-Image is normally linked to the full artice, but I link to add a link to a different page.
I would appreciate your help.
Andy
1. On which page please we can see the problem with black frame?
2. Sorry, Joomla doesn't have such option, it should be developed or you have to use your custom HTML code.
Regards, AS Team.
you find the black frame here:
http://tierklinik-kasa.de/index.php/leistungen
Andy
In your articles you are using 'table' tags, for publishing images in the tables without the border please put the following css in the style.custom.css file:
table img {
border: medium none !important;
}
Regards, AS Team.