iT邦幫忙

0

『以解決』OBS Studio中改變氣象插件顏色

  • 分享至 

  • xImage
eneko5048 iT邦新手 5 級 ‧ 2024-04-03 11:37:52 檢舉
第一個找到他文字的class 同樣寫css去改變文字顏色
第二個寫css 調整他的背景顏色
1833 iT邦新手 4 級 ‧ 2024-04-03 22:52:18 檢舉
OBS Studio 官網提供的教學

Yes, what you want is indeed achievable. Open the browser source and
navigate to the Custom Css filed, clear everything in that field and use
the following css styles to style your prefered widget
/* To change the background and color in default theme */
.widget-1{
color: #000000;
background: transparent;
padding:1rem;
}

/* To change the background and color in gray theme */
.weather-frame .widget-2 .card {
color: #bfbfbf;
background: #1950a1;
}
/* To change the background and color of the badges inside gray theme to
fit your new background */
.weather-frame .widget-2 .card .row:last-child .weather-badge {
color: #bfbfbf;
background: #506179;
}
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答