Hi there,
having problems applying a style to the results link.
Reason being that I am including the search in a custom template via php which works fine, however, the search template file only gives a general link css definition (a:link ..visited, hover etc). Consequently if, for example, I turn the href setting to font weight: bold .. ALL links on the page (also in my template) turn bold despite other css settings.
To make a long story short.. I need to be able to give the results href an individual class but don't know how to. Tried editing the search.php only resulting in an error and noted that search.php will get dumped anyhow each time re-indexing occurs. Is there any way to avoid this?
More important though .. the url css problem ..
Thanks for any advice..
having problems applying a style to the results link.
Reason being that I am including the search in a custom template via php which works fine, however, the search template file only gives a general link css definition (a:link ..visited, hover etc). Consequently if, for example, I turn the href setting to font weight: bold .. ALL links on the page (also in my template) turn bold despite other css settings.
To make a long story short.. I need to be able to give the results href an individual class but don't know how to. Tried editing the search.php only resulting in an error and noted that search.php will get dumped anyhow each time re-indexing occurs. Is there any way to avoid this?
More important though .. the url css problem ..
Thanks for any advice..
Comment