我正在尝试在我的网站www.wastelandgamers.com/user-profile上编辑我的用户个人资料页面的颜色我想要将字段蓝色变为白色而这些字段中的文字为黑色而不是白色。
当我通过谷歌浏览器使用开发人员工具并获得所需的外观时,我能够更改它们,但是,我无法找到我需要更改的HTML文档以获得我想要的外观。我通过cPanel使用文件管理器搜索了几乎所有相关的站点文件而没有运气。
以下是使用开发人员工具更改颜色之前和之后的屏幕截图。
代码更改前:
代码更改后:
代码我需要更改(.entry-content to bottom)
.tml-profile {
max-width: 100%;
}
.tml-profile .tml-form-table {
border-collapse: collapse;
}
.tml-profile .tml-form-table th,
.tml-profile .tml-form-table td {
display: block;
vertical-align: middle;
width: auto;
}
.tml-profile .screen-reader-text,
.tml-profile .screen-reader-text span {
height: 1px;
left: -1000em;
overflow: hidden;
position: absolute;
width: 1px;
}
.tml-profile .wp-pwd {
text-align: right;
}
.tml-profile .wp-pwd .dashicons {
font-size: 1em;
line-height: 1;
height: 1em;
width: 1em;
vertical-align: middle;
}
.tml-profile #pass-strength-result {
margin: 0.5em 0;
}
.hidden,
.no-js .hide-if-no-js,
.js .hide-if-js {
display: none;
}
@media screen and (min-width: 768px) {
.tml-profile .tml-submit-wrap input {
width: auto;
}
}
.entry-content tr th, .entry-content thead th {
color: #cbcbcb;
background-color: #fff;
}
我正在使用Parabola主题为我的网站和主题我的登录页面。
如果有人知道为什么我无法找到我需要编辑的文件或其他方式进行更改,我将非常感谢您的帮助!如果您需要更多信息,请告诉我们。
答案 0 :(得分:0)
我不是WordPress主题的粉丝,但其中一些确实允许自定义CSS。谷歌找到了我:
我们在主题设置页面中创建了一个特殊输入字段。 您可以通过外观>找到它。主题设置,然后扩展 杂项部分点击它。自定义CSS字段是一个 进一步向下。
您应该看到:https://www.cryoutcreations.eu/wp-content/uploads/2012/11/themesettings-customcssjs.png
在此区域(由蓝色框表示),您将需要精确地重新创建上面圈出的代码(http://i.stack.imgur.com/00cxb.png),除非将#colour更改为您想要的颜色。