designfolio css

  • Unknown's avatar

    I would like to add css to change the background color of the header and remove the Page titles.
    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see you have changed the background color of the header area with the following CSS.

    .site-header {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    To remove the titles for pages in the content area, add the following. This targets the static pages only. If you have blog posts also, those will retain their titles.

    .page .entry-title {
        display: none;
    }
  • The topic ‘designfolio css’ is closed to new replies.