Sign in

Simple Theme Questions

  • This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2830
    Avatar photo[anonymous]

    We are continuing to experiment with Publii and moving our sites over. We had two questions with the simple theme:

    1. Is there a way to change the colors for Info, Tips, Success or Warning options without editing the theme? The green and red are a bit faint and hard to see.
    2. On our amp page, there is a massive “powered by publii” at the bottom. Is it possible to remove that?
    #2836
    Avatar photoBob

    Hi,

    To change the style of the messages you can use the Custom CSS tool:

    .msg {
      padding: 1.1333333333rem 2.2666666667rem;
    }
    .msg--highlight {
      background-color: #F7F5EA;
    }
    .msg--info {
      background: #F2F9FF;
    }
    .msg--success {
      background: #F7FBF6;
    }
    .msg--warning {
      background: #FFF3F3;
      color: #A94442;
    }

    The AMP footer can be edited via its settings (Site Settings → Advanced options → AMP )

    --
    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.