Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Simple 2.2.3.0 lacks color option for Footer and Header

  • #3598
    Avatar photo[anonymous]

    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 photo[anonymous]

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

    #3600
    Avatar photo[anonymous]

    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.

    #3611
    Avatar photo[anonymous]

    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.

    #3696
    Avatar photo[anonymous]

    Thanks, i gonna made it.

    body {
      background: #EEE8D5;
    }
    
    .site-container {
      background: #EEE8D5;
    }
    
    .footer {
      background: #EEE8D5;
    }
    #3697
    Avatar photo[anonymous]

    /close