Jump to content

Featured Replies

comment_28850

Дай некликабельную ссылку на свой сайт, и поточней укажи что убрать

comment_28855

cs-blod.ru

я указал стрелочками надписи

1. Внешний вид > твой шаблон > css > ipb_style.css

Найти .branding_skin { 

Добавить внутрь

display: none;

2. Найти #rss_feed {

 

Добавить внутрь

display: none;

Edited by Pashok(one)

  • Author
comment_28858
#branding {
padding: 40px 0 0 0;
min-height: 84px;
position: relative

Вот 1 совпадение и всё



skinbox.css

там есть такие совпадения наверно сдесь да?

comment_28861

 

#branding {
padding: 40px 0 0 0;
min-height: 84px;
position: relative

Вот 1 совпадение и всё

skinbox.css

там есть такие совпадения наверно сдесь да?

 

нет, ищи так 

branding_skin

Edited by Pashok(one)

comment_29200

Pashok(one)

Ну ты чё всё незнаеш?Где искать?

 

Найди:

#rss_feed{ margin-top: -1px; }

Замена на:

#rss_feed{ display: none; margin-top: -1px; }

Найти:

#branding {

Ниже добавь:

        display: none;

Edited by forcer

comment_29202

Такие вопросы в теме поддержки стиля задавать надо! :yes:

Копирайт IPS отключаем в нужном файле если релиз от _Dark_, если нет, то ещё файлик есть какой-то, погуглить можно. Копирайты стиля, RSS лента, ПК всё убирается в globalTemplate. У самого этот бешеный стиль и всё так же, как на скрине убирал :D

comment_29206

Что бы убрать нижнюю строчку копирайта делаешь так:

 

В файле skinbox.css

 

 

Найти:

.branding_skin {
padding: 16px 8px;
text-align: left;
clear: both;
color: #fff;
font-size: 11.7px;
overflow: hidden;
background: url("{style_images_url}/_custom/sep.png") repeat-x 0 0;
}


.branding_skin a {
color: #fff;
text-decoration: none;
}


.branding_skin a:hover {
color: #fff;
text-decoration: underline;
}

Заменить на:

.branding_skin { 
display: none;
padding: 16px 8px;
text-align: left;
clear: both;
color: #fff;
font-size: 11.7px;
overflow: hidden;
background: url("{style_images_url}/_custom/sep.png") repeat-x 0 0;
}


.branding_skin a {
display: none;
color: #fff;
text-decoration: none;
}


.branding_skin a:hover {
display: none;
color: #fff;
text-decoration: underline;
}
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.