Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27258

    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

    #133385

    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;
    }

    #133386

    Hi,

    Thanks for sharing that,.. We appreciate it!

    Enjoy the theme!

    Thanks,

    Nick

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Target CSS to blog index & posts only’ is closed to new replies.