background

Hello,

In all single blogs (example: http://www.wpvideo.nl/jollyboothtest/2016/09/05/een-nieuw-bericht/) I want not a white background but another color (#E2DCCC). How can I change this?
And in this same blog example I want remove the heading 'Een nieuw bericht' in the lightblue background/subheader. How can I do this?


greetz, Marcel

Comments

  • Hi,

    to change single post content background, you need to use the following css:
    .single-post #Content { background: #000 !important; }
    but to remove subheader titles on single post pages, you need to use:
    .single-post #Subheader .title { display: none !important; }
Sign In or Register to comment.