Sign in

Simple Theme Questions

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