Viewing 3 replies - 1 through 3 (of 3 total)
  • Add the following code in the stylesheet file of you theme(at the end):

    .author-info, .site-main > .hentry, .search .wpc2-post, .blog .hentry, .archive .hentry{
    background-image:none!important;
    }

    Let us know if you still get this problem ??

    Thread Starter shotandabrew.com

    (@shotandabrewcom)

    Awesome that did the trick, so is this basically saying author-info and site-main class will override the hentry – archive class with a no background image? what does the !important do?

    Here each class has comma (,) in between that means that this background property will apply wherever you have used any of these classes.

    .site-main > .hentry means that hentry class is the child class of .site-main class.

    !important is used to forcefully apply this background property.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lines Through Contact & About Page’ is closed to new replies.