<blockquote>I just would like where can I dissable the “TOP” link on the breadcrumb?</blockquote>
In this file /plugins/system/jat3/jat3/base-themes/default/css/template.css around line 1125
.ja-links {
display: none; <-- Add this
float: right;
margin-top: 2px;
}
there is a line under the “search entire store” word. The line is green, and I wluld like to change its color: where can I do that?
/templates/ja_bistro/themes/red/css/template.css line 51
form.search_hilite1 {
border-bottom: 1px solid #999B53
}
<blockquote>n the “demo” version of joomlart when I search a word, all results appears in a new page… how can I obtain this?</blockquote>
Edit your search module and where it asks for Set ItemID add the id of the item where you want your results will appear