AnWey Posted September 12, 2020 Share Posted September 12, 2020 (edited) Столкнулся такой проблемой, как поменять шрифт лого, который сверху справа. Вот с него код: <template template_group="global" template_name="logo" template_data=" " template_location="front"><![CDATA[<a class='focus-logo' href='{setting="base_url"}' accesskey='1'> {{if isset( \IPS\Theme::i()->logo['front']['url'] ) AND \IPS\Theme::i()->logo['front']['url'] !== null }} {{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}} <span class='focus-logo__image'> <img src="{$logo}" alt='{setting="board_name" escape="true"}'> </span> {{if theme.focus_text_logo OR theme.focus_text_logo_slogan}} <span class='focus-logo__text'> {{if theme.focus_text_logo}}<span class='focus-logo__name'>{theme="focus_text_logo"}</span>{{endif}} {{if theme.focus_text_logo_slogan}}<span class='focus-logo__slogan'>{theme="focus_text_logo_slogan"}</span>{{endif}} </span> {{endif}} {{else}} <span class='focus-logo__text'> <span class='focus-logo__name'>{{if theme.focus_text_logo}}{theme="focus_text_logo"}{{else}}{setting="board_name"}{{endif}}</span> {{if theme.focus_text_logo_slogan}}<span class='focus-logo__slogan'>{theme="focus_text_logo_slogan"}</span>{{endif}} </span> {{endif}} </a>]]></template> Edited September 12, 2020 by AnWey Quote Link to comment Share on other sites More sharing options...
Maiden8 Posted September 12, 2020 Share Posted September 12, 2020 В css я бы смотрел. Quote Link to comment Share on other sites More sharing options...
Maiden8 Posted September 12, 2020 Share Posted September 12, 2020 Если речь об этом лого, то это изображение png. Спойлер Нарисуй другое. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.