Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › slider in blog › Reply To: slider in blog
October 28, 2014 at 5:59 pm
#873
Keymaster
Hi Barbel,
Unfortunately you can’t place slider on main Blog page without modifying template files.
If I understand right, you want to increase Page title area only for one page?
If that’s a case use CSS below to do that:
.page-id-333 #page-title{
height: 350px;
}
Note that you need to replace 333 with your page ID.
Vladimir