'Search' Extension - Joomla! Forum - community, help and support
hi
please visit following link
http://vapeonusa.com/component/search/? ... phrase=all
i want hide/remove top line indicated in screenshot
"search keyword prod total: 14 results found."
joomla 1.5
please visit following link
http://vapeonusa.com/component/search/? ... phrase=all
i want hide/remove top line indicated in screenshot
"search keyword prod total: 14 results found."
joomla 1.5
two ways this:
1. use css hide (easiest work around) adding codes below template's css file
2. create template override com_search
1. use css hide (easiest work around) adding codes below template's css file
code: select all
.searchintro p:first-child{
display: none;
}
2. create template override com_search
Comments
Post a Comment