Remove Home on my page-Breadcrums

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 13, 2012 5:08 am
Reply with quote
Report this post
homeremove.jpg
hi

need your help

see image-i would like to get rid of the home (h1) on my page

http://planetekreyol.com/abondanse/

thanks
User avatar
Expert Boarder

Konrad M
Thu Dec 13, 2012 8:49 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.blog-featured h1 {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Dec 13, 2012 9:38 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
.blog-featured h1 {
display:none !important;
}

and remember to enable override.css option in template settings.



THANKS WORKS
User avatar
Expert Boarder


cron