Hi,
Please try this custom css:
@media(max-width:479px){
.td_block_big_grid{
display: none;
}
}
Thanks!
Hi,
Use css: http://screencast.com/t/Oe3TkyiqkoPy
.td-page-title a, .td-page-title span {
font-weight: bold !important;
}
..for more art box: http://screencast.com/t/6UrLvscYV
.td-more-articles-box-title {
font-weight: bold !important;
}
.td-more-articles-box {
background-color: #0C7AD7 !important;
}
Thanks
hi again!
when i use this code… it hides the 3 slider columns but it leaves a gap between the big slider and the content block
@media (max-width: 767px){
.td-big-grid-post-1,.td-big-grid-post-2,.td-big-grid-post-3{
display: none !important;
}
}
what should I do? to fix it?
Hi,
Please use this css code: http://screencast.com/t/GlwTVEUz28mt
@media(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}
}
Thanks!
How to change the color or article title in More Article Box?
Hi,
You can target the title using this custom css – http://screencast.com/t/QmVLgbWFu8
.td-more-articles-box-title {
color: red !important;
}
Also background color I see that you have added a custom css for it – http://screencast.com/t/98TS5XJQ80
Thanks!

