【问题标题】:Make Tesseract theme header fixed for all pages为所有页面固定 Tesseract 主题标题
【发布时间】:2017-02-19 01:02:12
【问题描述】:

我正在使用 Tyler Moore 的 Tesseract 主题构建一个网站。我想为网站的每个页面固定标题并且 80%​​ 不透明。主页的标题在自定义下有一个透明度滑块,我设法通过在 cpanel 中编辑站点横幅 css 文件来更改其位置来修复它。我的问题是,如何将相同的设置应用于我网站的所有其他页面?提前谢谢!

【问题讨论】:

    标签: css wordpress-theming


    【解决方案1】:

    在 wordpress 仪表板上,将鼠标悬停在外观选项卡上,然后单击编辑器。在右侧,选择样式表。然后将此代码粘贴到样式表的末尾。

    #masthead_TesseractTheme {
    position: fixed;
    margin:auto;
    z-index:100000;
    opacity: 0.8;
    }
    

    然后点击更新文件。

    Click here the see the Procedure on how to locate and edit the stylesheet

    【讨论】:

      猜你喜欢
      • 2015-08-03
      • 1970-01-01
      • 2011-09-11
      • 1970-01-01
      • 2018-03-27
      • 2017-08-01
      • 1970-01-01
      • 1970-01-01
      • 2012-04-26
      相关资源
      最近更新 更多