Jump to content

Убрать лого в мобильной версии форума...

Featured Replies

Posted
comment_153778

Народ, всем доброго времени!

Один вопрос, как убрать с мобильной версии форума логотип? IPS 4.3.5 тема Шоколад..

Рад всем помогающим))

comment_153781
11 минут назад, ziraen1 сказал:

Один вопрос, как убрать с мобильной версии форума логотип? IPS 4.3.5 тема Шоколад..

ну прям как маленькие.

хайд поставь в коде телефонов. в чем проблема?

Спойлер

1260983190_Screenshot_2018-12-09.thumb.png.9b3d917e91c1ddab1ca42f943113a68b.png

Спойлер

<div class="ipsResponsive_hidePhone ipsResponsive_block">
{{if \IPS\Theme::i()->logo['front']['url'] !== null }}
{{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}}
<a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a>
{{else}}
<a href='{setting="base_url"}' id='elSiteTitle' accesskey='1'>{setting="board_name"}</a>
{{endif}}
  </div>

 

 

comment_153782

либо в custom.css добавить:

@media screen and (max-width: 767px) {
.cCpage_container .theme_header {
    display: none;
}
}

 

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.