【问题标题】:Need to increase font size of Product category TITLE (I am Using Woocommerce And Wordpress Astra Themes)需要增加产品类别标题的字体大小(我正在使用 Woocommerce 和 Wordpress Astra 主题)
【发布时间】:2020-08-10 00:01:35
【问题描述】:

您好,我在 woocommerce 中使用 astra 入门主题 对于我的类别和子类别标题,我需要增加字体大小,更改背景颜色以使实际和悬停都透明 请任何人都可以帮助我。 非常感谢

我需要帮助的页面:https://www.annure.com/product-category/iphone-skins/
例如 [IPHONE 11 这个词]。

我尝试在我的 Custom CSS 和 Advanced CSS of Customiser 上使用代码,但没有成功。

代码如下:

.product-category h3 {
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
}

一旦我尝试使用 h3,然后也尝试使用 h2。

我也试过这段代码

#top.archive .products .product h3 {
padding-top: 5px;
font-size: 15px;
line-height: 18px;
font-weight: normal;
margin: 0;
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
text-transform: uppercase;
}

没有任何效果。

【问题讨论】:

    标签: php wordpress woocommerce opacity font-size


    【解决方案1】:

    没有h3 元素,通常您的css 选择器不存在

    如果您想更改左侧的 Iphone 11,请使用正确的选择器:

    .product-categories li a {
        font-size: 18px;
        line-height: normal;
        margin-top: 15px;
    }
    

    【讨论】:

    • 嗨,如何将字体背景的不透明度更改为透明(无论是否悬停在其上)
    猜你喜欢
    • 2019-10-04
    • 2021-01-04
    • 1970-01-01
    • 2021-12-27
    • 1970-01-01
    • 2020-09-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多