Hi there
Currently i have been targeting “Page ids” to hide & show breadcrumb & adding a background image via custom css .page-id-16 .breadcrumb .title_container
However, just can’t work out how to target: Blog index & posts via custom css
BLOG /NEWS: http://www.thenaturalpharmacie.co.uk/hidden/news/
POST: http://www.thenaturalpharmacie.co.uk/hidden/treatments-menopause/
Hope you can help advise.
Thanks
Rich
Sorted. For others, god knows how i did it:
body#top.single.single-post .breadcrumb {
visibility: visible;
background-color: #FFFFFF;
}
body#top.single.single-post .title_container {
background-image: url(https://www.thenaturalpharmacie.co.uk/hidden/wp-content/uploads/2013/08/header-fennel.jpg);
background-repeat: repeat-y;
background-position: left top;
background-color: #759abd;
}
body#top.blog.logged-in.stretched.open_sans div#wrap_all div#main div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
background-image: url(https://www.thenaturalpharmacie.co.uk/hidden/wp-content/uploads/2013/08/header-fennel.jpg);
background-repeat: repeat-y;
background-position: left top;
background-color: #759abd;
}
body#top.blog.logged-in.stretched.open_sans div#wrap_all div#main div.stretch_full.container_wrap.alternate_color.light_bg_color .breadcrumb {
visibility: visible;
background-color: #FFFFFF;
}
Hi,
Thanks for sharing that,.. We appreciate it!
Enjoy the theme!
Thanks,
Nick