Changing background color

  • Posted in : Editor
  • doughoepker
    Participant

    There doesn’t appear to be a quick way to adjust the background color from white to either another solid color or a pattern (that I upload in the form of a jpg). This is my site:

    http://www.littlerecords.net/

    Could you provide a custom css entry to be able to change the color of the background on the home page and the blog page? I would like the header/footer/grid areas to all change. (I’ll update the logo myself as necessary.) In other words, the background for the ENTIRE page, for both the home page and blog post page.

    Second question: is there a way to further increase the size of the logo? It appears to have a height parameter set (max of 144px?) for the .sitetitle class in css that is limiting how big it can be and I’d like it to fill a little more of the designated space. If this is an issue in keeping the site responsive, I’m okay letting this one go.

    serkan
    Moderator

    Hi @doughoepker;
    1) This custom css code will chance entire page in your website (replace with your color code)

    .site { background: #fff; }

    2) You can use this custom css code for increase the size of the logo.

    @media screen and (min-width: 992px) { .site-title img { max-height: 180px; } }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register