Support » Theme: Bento » Site Logo plus Title

  • leecreighton

    (@leecreighton)


    I’m using the $17 Premium version of Bento.

    Is there a way to make both the title and site logo show at once?

    Also: I can’t seem to change the color of the title of my blog. Is there a way without writing CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • leecreighton

    (@leecreighton)

    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;

    }
    }

    leecreighton

    (@leecreighton)

    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?

    Theme Author satoristudio

    (@satoristudio)

    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

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