好了,我又问了一个愚蠢的问题。我编辑了可恶的子代主题样式表,但它不会改变任何东西……大便是什么?我在另一个我工作的主题相同的网站上没有这个问题。
这对网站没有任何影响..。有什么想法吗?我甚至尝试更改主题样式表而不是子主题……还是一无所获。有问题的网站是http://comerestministries.com/wordpress/homepage3/
/*
Theme Name: Ichthys Child
Theme URI: http://ichthys.modeltheme.com/
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Ichthys - Church / Nonprofit / Charity WordPress Theme
Template: ichthys
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modeltheme
Tags: fluid-layout, custom-header, custom-menu, featured-images, post-formats, sticky-post
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../ichthys/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
.shop_cart {
display: none !important;
}
h1 {
font-size: 10%;
}发布于 2017-04-28 03:33:47
好了,我想通了。由于某些原因,样式表被缓存,并且在浏览器中清除缓存时没有清除。当我将浏览器上的样式表(在查看页面源代码之后)与FTP服务器上完全相同位置和文件名的样式表进行比较时,我发现了这一点。我对它们的不同感到震惊,但刷新浏览器上的样式表解决了这个问题。
https://stackoverflow.com/questions/43664698
复制相似问题