首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >DEDECMS织梦修改搜索结果页 关键字 红色 颜色

DEDECMS织梦修改搜索结果页 关键字 红色 颜色

作者头像
SDDLL学院
发布2022-08-11 22:31:25
发布2022-08-11 22:31:25
2.6K0
举报
文章被收录于专栏:站长技术站长技术

include 目录下 arc.searchview.class.php文件,

找到 $fstr = str_replace($k, "<font color='red'>$k</font>", $fstr);

改为:$fstr = str_replace($k, "<font color='#这里是颜色代码,如:#000等'>$k</font>", $fstr);

这样就可以了。

如果想去掉关键字加颜色的属性 在arc.searchview.class.php中注释掉$fstr = str_ireplace($k, "<font color='black'>$k</font>", $fstr);这个段代码(大约352行)

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档