Wordpress Pathwell 主题 Header - 删除 "Send Request" 按钮和 phone 数字

Wordpress Pathwell Theme Header - Remove "Send Request" button and phone number

我想从 header 的右侧删除发送请求图像和 phone 号码。 这是 pathwell 主题。

如果您知道在管理工具中的何处可以找到这些项目,请告诉我。我已经尝试了所有 header 菜单,但找不到它们。

header 的图像在这里:我想删除右侧的两个项目。

theme's documentation 中,我没有看到删除这些项目的选项,但您可以使用一些 CSS:

来隐藏它们
.sc_layouts_item_link.sc_layouts_iconed_text_link,
#sc_button_1347350062 {
    display: none;
}

由于这是高级主题,您也可以尝试联系 their support