Hi!
Could you tell me how can i delete the name of this block and blue area aroun it (it’s in the file http://webfile.ru/6d32c93b110fc9cbc60e550b5433dbf3). It is block 2 on my home page, sort of slider and it’s showed also on the other pages (2, 3 and so forth). There is a span tag there, but i don’t know in which file i should look for it
Hi,
You have an option for this when editing a block: http://screencast.com/t/PkQbBM2T
Result: http://screencast.com/t/ZfumZtT2W4a
Thanks
Thank you, it works, but pagination on my block disappeared with the name. Is there any options how to get it back without title?
Hi,
You can set the block title to be shown then and hide it via css, should look something like this: http://screencast.com/t/TcaSUdHoQt or you can use other type of pagination like load more or infinite load http://screencast.com/t/wFBnbW9WN
Thanks
Hi!
Thank you, partly it helped. I managed to get rid of the title using the code you gave me, but it’s still a little blue area and this link in it .
http://webfile.ru/24ec60e99d83ed7224cf86ad32140b60
Hi,
Use this custom css in theme panel > custom css:
.home .td_block_wrap .block-title a {
display: none;
}
.home .span12 .td_block2 .block-title {
border-bottom: 0px solid #fff!important;
}
.home .td-grid-wrap {
padding: 0px 13px 0px 13px;
}
Should work like this: http://screencast.com/t/oKSjs14f
Thanks
Yeah, it works, but navigation is on the picture on the right now…