Sign in

Simple 2.2.3.0 lacks color option for Footer and Header

  • This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3598
    Avatar photoSebastian Stautz

    Hi,

    I’m having Publii 0.36.1 and Simple 2.2.3.0.
    I’m lacking the options from 2.0.2.1 to change colors for footer and header.

    In addition it looks like some color options aren’t working correctly. E.g. the link color doesn’t changes.

    Best Regards
    Sebastian

    #3599
    Avatar photoSebastian Stautz

    erm… it looks like the primary color is taken for links.

     

    #3600
    Avatar photoSebastian Stautz

    Oh! Only the first three colors are relevant for colors in posts.

    The rest is just hero section…

    Why are the color options for posts so heavily reduced?

    #3603
    Avatar photoBob

    Simple means simple 🙂 You can use the custom CSS tool to aid with styling your site.

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

    #3611
    Avatar photoSebastian Stautz

    I wonder why the options are gone. They were there before and i relied on them. I fear further updates if things like this where changes constantly.

     

    Link and text color is now fine but i wonder how to change the overall background color. Could you give me a hint?
    Previously i changed the visual-override.js with this code, but its not working anymore:

    if (params.minFontSize !== '1.1' || params.maxFontSize !== '1.2') {
    output += `
    body {
      background: #EEE8D5;
    }
    .site-container {
      background: #EEE8D5;
    }
    }`;
    }

     

    #3617
    Avatar photoBob

    Just add these CSS rules to the site via the Custom CSS tool.

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

    #3696
    Avatar photoSebastian Stautz

    Thanks, i gonna made it.

    body {
      background: #EEE8D5;
    }
    
    .site-container {
      background: #EEE8D5;
    }
    
    .footer {
      background: #EEE8D5;
    }

     

    #3697
    Avatar photoSebastian Stautz

    /close

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Simple 2.2.3.0 lacks color option for Footer and Header’ is closed to new replies.