Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #167425
    Nunes
    Member
    Post count: 203

    Why when i put this code in css customization do not work?

    .page-heading h1{
    font-size: 24px;
    }

    #167426
    Nunes
    Member
    Post count: 203

    sorry its not that code, its that one:
    .fancy-style .fancy-heading .heading-text>h1{
    font-size:22;
    }

    #167432
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @claudiosouto

    Thanks – we have already fixed this for the update which will should be live within the next hour.

    – Ed

    #167438
    Nunes
    Member
    Post count: 203

    PERFECT!

    another thing is that the logo of the menu herader to slide the page ( Sticky header resizing ) does not work well , because the logo jumps . You can look at http://www.souto.com.br/clientes/luz

    #167443
    Nunes
    Member
    Post count: 203

    Sorry but still not working

    #167453
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Looks like you have some caching/minification on the page – please clear the cache on this.

    Try adding this custom css:

    #logo.has-img a {
    transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    }

    – Ed

    #167456
    Nunes
    Member
    Post count: 203

    Sorry but still “jumping” see here:

    http://www.souto.com.br/clientes/luz

    #167477
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, add this too:

    .full-center #logo {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }

    – Ed

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register