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

    Hello. How about sharing with us the tip on hiding the logo name and only displaying the logo image as shown on the Kriesi home page when shrinking the menu. I still find it difficult to get the right logo image size when the menu shrinks. It’s either to small to read or it get’s jumpy when scrolling. That’s a nice option you have on your home page, if we could use it. Thanks.

    #161811

    Hi,

    Here’s the code that makes that behavior happen:

    #top .subtext{float:left; position: relative;}
    #top .logo img{float:left;}
    .logo, .logo a{overflow: visible;}
    #top .logo-title{  
    transition: 		opacity 0.4s ease-out;
    -moz-transition: 	opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: 		opacity 0.4s ease-out;
    font-size: 12px; color: #000; position: absolute; left:7px; top:-7px; opacity: 1; white-space: nowrap; } 
    #top .logo-subtitle{ color: #aaa; top:7px; }
    #top .header-scrolled .logo-title{ opacity: 0; filter: alpha(opacity=0); }
    

    However, i think you also need to alter the HTML.

    Regards,
    Josue

    • This reply was modified 11 years, 2 months ago by Josue.
    #161815

    in wich file we hav to add this code, and what must be change in html, where?

    thanks for your support

    #161886

    Many thanks Josue. I have the same question. Can we set this in css only or does it have to also be in the html files?

    It would also be cool to display the logo image only when the menu shrinks. Otherwise, show the regular logo name.

    #161890

    Hi All,

    I’m going to close the topic for now and tag it for Kriesi. I figured we would start getting requests for a lot of the customization he did to the child theme used on the new site but we don’t actually have access to any of those files so it would be guesswork or re-doing it from scratch.

    In any event, Kriesi will be able to be able to give us a final word on if it falls under needing to be done by a freelance developer (outside of basic support) or if he’ll be including any of the new things he customized into the main theme/providing the customization in some other format.

    Regards,

    Devin

    #161892

    Hey Guys!

    At least for now I will not give away any of the modifications made to the theme. I will add some of them as tutorials to the blog over time, but for the near future I want to have a site that has some unique elements and styles. In addition to that most of the stuff is really tailored to my theme only and is not very user friendly to use or set up.

    Cheers!
    Kriesi

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Kriesi Logo’ is closed to new replies.