Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Afwodicker

    (@afwodicker)

    I added the following lines to the style.css

    .page-id-8 .site-header img {display: none;}
    .page-id-6 .site-header img {display: none;}

    If I use the is_page code how would I phrase it for an image and where would I place it?

    /* =Media
    ———————————————- */

    .site-header img,
    .entry-content img,
    .comment-content img,
    .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }

    .page-id-8 .site-header img {display: none;}
    .page-id-6 .site-header img {display: none;}

Viewing 1 replies (of 1 total)