Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1172676

    Hello dear Kriesi-Team,

    I have some issues styling the Text logo of my site. I used youre code frome the documentation:

    /* Text logo styling */
    #top .logo,
    #top .logo a {  
      overflow: visible;
    }
    
    #top .logo {  
      background: white;
      color: #f34607;
    font-family: Amaranth;
        display: flex;
        align-items: center;
     font-size: 18px;    
    padding: 15px;
    }
    #top .logo .subtext {
        font-size: 18px;
    font-family: Open Sans;
        color: #121621;    
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 40px;
    }
    
    /* Hide subtext on scroll */
    #header.header-scrolled-full .subtext {
      display: none;
    }

    Some things don’t work: Color and Size of the Main Logo / Align Center from the Sub logo.

    Thank you, for your support.
    Kind regards
    Mathias

    #1172751

    Hi,

    Please add following code to Quick CSS as well

    #top .logo .subtext {
        text-align: center;
    }
    .logo a {
        font-size: 44px;
        color: orange!important;
    }
    

    Cheers!
    Yigit

    #1173082

    Hi Yigit,

    thanks a lot. it looks much better now. I have only one last question. I like to have the Subtext in the Font open sans v17 latin (400). It’s the standard font from my site, I choosed it at general styling -> fonts. Is there a possibility?

    Kind regards
    Mathias

    #1173088

    Hi,

    This can be set via css if needed.

    Best regards,
    Jordan Shannon

    #1173092

    Hi sorry to ask again, I’m really new into webdesign do you have some tips or ressources where I could check how i do it via CSS?

    #1173180

    Hi,

    Your subtext font family is Open Sans at the moment. Have you figured it out already? If not, please elaborate on the changes you would like to make :)

    Best regards,
    Yigit

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