Hello CALIBURNO,
BTW, position 10 is not designed for menus.
Regards, AS Team.
Caliburno
POSTED: 2015-12-23
Hello, i would like to know how to remove images border from css. please.
AS Templates
POSTED: 2015-12-23
Hello CALIBURNO,
Sorry, your question is too general, can you please let us know your site url and the page where you need to remove borders.
Regards, AS Team.
Caliburno
POSTED: 2015-12-23
i need the template to NOT ADD borders to images by default. I know it can be done by editing a css file but can't remember which and what to add on it.
AS Templates
POSTED: 2015-12-23
Hello CALIBURNO,
So what is your site url and the page where you need to remove borders? We have to see it in case to help you.
Or you can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
Caliburno
POSTED: 2015-12-24
is the page where the template is registered.
pantagruel.com.py/portal/
AS Templates
POSTED: 2015-12-24
Hello CALIBURNO,
The border you can delete by editing: 'http://pantagruel.com.py/portal/templates/as002062/css/tmpl.default.css' file the following class (line 386):
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
BTW, position 10 is not designed for menus.
Regards, AS Team.
Sorry, your question is too general, can you please let us know your site url and the page where you need to remove borders.
Regards, AS Team.
So what is your site url and the page where you need to remove borders? We have to see it in case to help you.
Or you can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.
pantagruel.com.py/portal/
The border you can delete by editing: 'http://pantagruel.com.py/portal/templates/as002062/css/tmpl.default.css' file the following class (line 386):
.item_img, .category_img, .item_fulltext img, .random-image img, .img-intro-none img, img.left, img.right {
border: 1px solid #4c4c4c;
border-radius: 0;
display: inline-block;
margin-bottom: 30px;
max-width: 97%;
padding: 2px;
}
Regards, AS Team.