• Resolved Noumaan Yaqoob

    (@noumaan)


    Hi I was just testing out this theme, and was unable to display site title. I had to upload a logo to display site title. It would be really nice if it allowed users to show site title when there is no logo.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Subrata Sarkar

    (@subrataemfluence)

    I have the same problem.

    Theme Author satoristudio

    (@satoristudio)

    Hey Noumaan, subrataemfluence,

    thank you for choosing Bento!

    We’ve included this as a feature in the new version of the theme (1.6.4). The version is already live, you can now update from the “Appearance -> Themes” admin section.

    Sincerely,
    Andrii / Satori Studio

    I fixed the title of the blog with some CSS, specifically:
    @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;

    }
    }

    But I can’t find the tagline anywhere. Even if I remove this CSS, the tagline doesn’t show.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing Site Title Instead of Logo’ is closed to new replies.