将徽标图像添加到右侧顶部导航面包屑自定义中 [英] Add logo image to the right top navigation breadcrumb customization

查看:49
本文介绍了将徽标图像添加到右侧顶部导航面包屑自定义中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在面包屑自定义中将图像添加到右上方导航中我还需要将背景图像添加到经典页面团队网站



Blitz

解决方案


你可以通过自定义mater来实现这一点页面很容易。


演示:


我启用了发布功能,因此我编辑.html母版页。




< script type =" text / javascript" SRC =" HTTPS://code.jquery.com/jquery-1.12.4.js">< /脚本> 
< script type =" text / javascript">
//添加jQuery以进行更多自定义


(function(){
var suitebar =


(&#;# suiteBarRight");
var branding = suitebar.find(&#; DeltaSuiteBarRight");
branding.append("< img src ='/ SiteAssets / panda.jpg'height = '30px' >< / a>");
})
< / script>

结果:





Backgroud:





Mysytle.css body {


   
background-image:url('/ SiteAssets / panda.jpg')!important;


}


结果:





最好的问候,



how to add image to the right top navigation in the breadcrumb customization also i need to add background image to the classic page team site


Blitz

解决方案

Hi,

You could achieve this by customizing mater page easily.

Demo:

I enabled publishing feature so I edit .html master page.


<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script type="text/javascript">
    //add jQuery to do more customization


(function () { var suitebar =


("#suiteBarRight"); var branding = suitebar.find("#DeltaSuiteBarRight"); branding.append("<img src='/SiteAssets/panda.jpg' height='30px'></a>"); }) </script>

Result:


Backgroud:


Mysytle.css body {

    background-image:url('/SiteAssets/panda.jpg') !important;

}

Result:


Best Regards,

Lee


这篇关于将徽标图像添加到右侧顶部导航面包屑自定义中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆