Jump to content

Как изменить шрифт Текст Лого

Featured Replies

Posted
comment_164121

Столкнулся такой проблемой, как поменять шрифт лого, который сверху справа.

Вот с него код:

 <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 by AnWey

comment_164125

Если речь об этом лого, то это изображение png.

Спойлер

image.png.8dd683298e9429c07a86a784960c2e7f.png

Нарисуй другое.

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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.