Home > Article > CMS Tutorial > How to remove the bold font effect in the list of recommended documents in DreamWeaver
dede’s recommended articles in the list are bolded by default, as shown below:
If you don’t want to be bolded, you can do the following Changes:
1. Find the file in include:
arc.listview.class.php
2. Find and delete the following code:
if(preg_match('/c/', $row['flag'])) { $row['title'] = "<b>".$row['title']."</b>"; }
Recommended tutorial: dedecms tutorial
The above is the detailed content of How to remove the bold font effect in the list of recommended documents in DreamWeaver. For more information, please follow other related articles on the PHP Chinese website!