SmartFAQ 由 The SmartFactory (https://www.smartfactory.ca)开发,The SmartFactory 是 InBox Solutions (https://www.inboxsolutions.net)的一部分

我如何移除/更改围绕区块并最终在图例.blockTitle两边结束的线条颜色?
边框是由主题中的每个页面模板中的 fieldset 导致的。您可以这样更改它们:在主题模板中使用内联样式,如下所示
<fieldset style="border: 0px;"模板内容 fieldset>
或者您可以将此添加到 style.css
fieldset.custom {
border0px solid #fff;
}
然后在您的模板中将其更改为如下:
<fieldset class="custom"模板内容 fieldset>
您也可以使用上述方法来自定义 fieldset,使其不同于默认值。一般来说,尽量避免使用内联样式。为了看到更改,不要忘记在系统管理中设置模板更新。您可能还需要删除 templates_c 文件夹中的文件以及浏览器的缓存。


评论归作者所有。我们不对它们的内容负责。
user

 添加


如论坛帖子中所述,如果你将以下内容添加到 style.css 等文件中
引用


fieldset {
border: 0px solid #fff;
}

这将删除该行。指定线宽和颜色将相应地更改颜色。

 


Login

Who's Online

317 user(s) are online (19 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 317


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

There is a flash tutorial explaining exactly how to add some first content to your new site!

Random question

How can I customise my user registration details and user profile?