• Hi I am trying to change the background oolour on the 2015 homepage, custom homepage.php, code below

    .page-template-homepage-php .site-main, .site-footer  {
       background-color: #000 !important;
       }
    .page-template-homepage-php .site-footer a {
      color: #FFF !important;
       }

    the problem is there appears a white space to the right and behind the footer.
    I would also like to make the footer smaller in height and equal to content width, but no go either

    .site-footer {
    	padding: 2%;
    	height:auto;
    }

    site:
    Could you also tell me the difference between site footer and entry footer?
    Is there any documentation available about the theme? How it is built and the sizes etc.. i would then know what i have to customise?
    Thank you in advance
    Melanie

Viewing 1 replies (of 1 total)
  • Thread Starter melanie bund

    (@melanie-bund)

    Hi I have managed to partially solve the problem with below code, but if you make the site small on the screen the whole right hand side has a white background right side and below, though the sidebar remains fine?

    .page-template-homepage-php #page.hfeed.site  {
       background-color: #333 !important;
       }

    Melanie
    site: https://www.jalmusica.com/jalmusica/

Viewing 1 replies (of 1 total)
  • The topic ‘twentyfifteen homepage customise background’ is closed to new replies.