我想在我的 Wordpress BootStrap 导航中添加额外的一行 [英] I would like to add an additional row to my Wordpress BootStrap Navigation

查看:31
本文介绍了我想在我的 Wordpress BootStrap 导航中添加额外的一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个简单的网站,我想在导航上方添加一行,其中包含电话号码和一些社交链接.

我是一个名为 Hestia Pro 的主题,找不到在哪里添加这一行

我正在寻找有关将其添加到站点主题中的位置的一些指示.

网站是 www.gpoint.co.uk

克雷格

解决方案

你的主题是用 bootstrap 构建的您可以检查您的主题文件并转到 header.php检查标签

在里面你可以添加:

.....<div class="row"><div class="容器"><div class="col-sm-4">电话

<div class="col-sm-4">电子邮件

<div class="col-sm-4">支持

</标题>

就是这样:)

I have a simple website which I would like to add a row above the navigation that would contain a phone number and maybe some social links.

I am a theme called Hestia Pro and cannot find where to add this extra row

I am looking for some pointers as to where this would get added in the sites theme.

The website is www.gpoint.co.uk

Craig

解决方案

Your theme is built with bootstrap you can check your theme files and go to header.php check the the tag <header> and inside it you can add:

<header>
.....


<div class="row">
  <div class="container">
     <div class="col-sm-4">
       Telephone
     </div>
     <div class="col-sm-4">
       email
     </div>
     <div class="col-sm-4">
       support
     </div>
  </div>
</div>
</header>

thats it :)

这篇关于我想在我的 Wordpress BootStrap 导航中添加额外的一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
PHP最新文章
热门教程
热门工具
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆