I discovered the CSS way of changing all sorts of things for the color. The tagline remains MIA.
@media screen and (min-width: 768px) {
.logo-default {
font-family: “Garamond”, “Times New Roman”, Times, serif;
font-variant: small-caps;
font-family: bold;
font-size: 3.5em;
color:black;
}
}
I suppose this is by design, but the CSS above disappears on iPad or iPhone versions the file. Do I need to repeat this CSS in other places to make the colts etc. stick?
Hey Lee,
the CSS you are using has an @media query which tells it to apply only on screens wider than 768px. Please see this forum topic for a more general CSS snippet.
Regarding your other questions:
– at the moment it is not possible to display both the title and the logo, since the former is meant to be a replacement of the latter; it is technically possible by altering the php code which generates the header, but there’s no theme setting for it in the admin back-end.
– we are planning to introduce more settings for the default logo (i.e. site title acting as the logo) in the future versions of the theme.
Sincerely,
Andrii / Satori Studio