Control size of logo in container

  • Hello Support !

    Please see UC at:
    https://understand-culture.com

    See the logo above the search box.
    Here is the code Ying gave me:

    <p class=”main-title” itemprop=”headline”>Understand<span class=”site-title-accent”>Culture</span></p>

    Please be patient with me if I
    already asked this question:

    Can I determine the size of the
    logo? I find it currently a bit small.

    Thanks !

    John

    .

  • Hi John,

    Try this CSS:

    .entry-content .main-title {
        font-size: 25px;
    }

    You can also go to customizer > typography > typography manager > add typography > custom, then enter the class .entry-content .main-title, you can define the typography for it.

  • Perfect again, Ying.
    Thanks !

    Did I ask you already, I think I did,
    if there is a way to tighten up the
    space between the logo and the semantic
    search box?

    John

  • The space is from the search form itself:
    https://app.screencast.com/ZJ5gSudPGW8Vi

    You can use this CSS to hide it:

    .mwai-conversation {
        display: none !important;
    }
  • That works perfectly.
    Thanks once again, Ying !

    John

  • No Problem 🙂

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