프리 로그 (Free Log)

사이트 설정 > 사이트 마스터 페이지 설정 메뉴에서 대체 CSS URL을 등록할 수 있습니다. 이 경로의 CSS를 편집하여 SharePoint 2013의 사이트 제목을 간단하게 변경할 수 있습니다. .ms-core-brandingText:before{ content: 'site-name.com'; color:white; } .ms-core-brandingText{ color: rgb(0, 114, 198); } 해당 스타일시트를 대체 CSS URL에 등록하면 바뀐 타이틀을 확인 하실 수 있습니다. 대체 CSS URL은 PowerShell로도 등록할 수 있습니다. Add-PSSnapin microsoft.SharePoint.Powershell –ErrorAction SilentlyContinue $myWe..
스고이
'프리 로그 (Free Log)' 카테고리의 글 목록 (2 Page)