Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Customized Logo Placement

  • Hello Support !

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

    See the semantic search box placed right in the middle of the landing page.

    I would like to place the UC logo (see top left corner of the site) just above that box. See Perplexity: https://www.perplexity.ai

    The UC logo, however, is not a graphic. Instead it is two words slapped together — understandculture — with understand in dark gray (not sure which #BA) and culture in #BA1800.

    Can this be done?

    Thanks.

    John

    .

  • Hi John,

    Try adding a container block where you want to insert the title, and add a custom HTML block into the container, then add this HTML:

    <p class="main-title" itemprop="headline">
    	<a href="https://understand-culture.com/">Understand <br><span class="site-title-accent">Culture</span></a></p>

    Set the container’s display to flex, justify-content to center, and link color to #515151.

  • Holy Moses, Ying, are you fast !

    Just got from my evening walk in
    the cold, fresh air here in Bonn
    and see your response. Thanks.

    Ok, I think have just about all
    of it right. However, the logo is
    compressed, and both words are in
    #ba1800, whereas “understand” needs
    to be in gray. See the logo at top-
    left of the website.

    Here is what the text page looks like:
    https://understand-culture.com/119086-2/

    John

  • You are welcome John 🙂

    It looks like my code has an extra > in the end. Can you remove that?

    Regarding the color issue, did you set the container’s link color to gray? I don’t see it being applied based on the front end result.

    Let me know 🙂

  • Hi Ying,

    The extra > was my error.
    I did not copy/paste properly.

    The log needs the two words
    slapped together: understandculture.

    With understand in dark gray
    and culture in #ba1800.

    Thanks.

  • Let’s try replacing the previous HTML with this new one:
    <p class="main-title" itemprop="headline">Understand <br><span class="site-title-accent">Culture</span></p>

    Let me know if this works!

  • Perfect, Ying.

    Ok, now let’s flatten out the
    logo so that it reads:

    UNDERSTANDCULTURE

    You truncated the logo in the
    top-left corner, I think, because
    the width of the menu margin is
    narrow.

  • Ok, now let’s flatten out the
    logo so that it reads:

    You can remove the <br> tag from the HTMl 🙂

  • Perfect, Ying !

    One last question . . . is it possible
    to reduce the space between
    the logo and the search box?

    And, do I have control over the
    font size of the logo?

  • You can set the font size at customizer > typography > typography manager > add new > custom selector, then enter .entry-content .main-title.

    The space between the title and the search box is from the search box itself; we don’t have control over it.
    https://app.screencast.com/Z53eufiLgP3Kx

    You can try reaching out to the form provider or use this CSS to override the form’s default style:

    .mwai-theme-i2inee-theme .mwai-conversation {
        padding-block: 0;
    }
  • Perfect.
    Thanks, Ying !

    John

  • You are welcome   🙂

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