Problems after latest fusion theme update

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Problems after latest fusion theme update

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24656
    cmf_designer
    Member

    I just recently updated my site to the newest fusion theme. I’m using a child theme based off of Fusion and a few strange things happened to my CSS styling after the update.
    My sticky header is supposed to be #494949 in both positions. When scrolling down it turns #FFFFFF. Also my blockquote font changed after the update. I would like it to go back to Roboto Slab 400. The following is the CSS code I have that isn’t working anymore…

    #header.sticky {
    position: fixed;
    z-index: 1020;
    width: 100%;
    background: #494949 none repeat scroll 0% 0%;
    }

    .segment.slogan blockquote {
    position: relative;
    color: #FFFFFF;
    font-family: “Roboto Slab”;
    font-size: 43px;
    line-height: 60px;
    font-style: normal;
    font-weight: 400;
    padding: 0px;
    background: transparent none repeat scroll 0% 0%;
    max-width: 800px;
    text-align: center;
    margin: 0px auto;
    }

    I’ve tried to implement through custom css and the css editor but nothing seems to be working. Any help is appreciated!
    My website is http://www.creativefrontierdesign.com
    Temp login: livemeshsupport Password:BlnjMbAD&TuPbUky@CM6UlW2
    Thank you!

    #24658
    Veena
    Moderator

    Can you pls check now.
    Actually there was a syntax error in your custom CSS -(themeoptions),you have missed one closing brace for the below media query(have added the same).

    @media only screen and (max-width: 1024px){
    #site-logo {
        top: 0;
    }
    #primary-menu {
        top: -20px;
    }
    #header.sticky #primary-menu {
        top: 15px;
    }
    #header.sticky #site-logo {
        top: 35px;
    }}
    

    And if you want same background for the non sticky header then pls remove the below custom CSS from your themeoptions – custom CSS tab.

    #header {
        background: transparent !important;
    }
    
    #24668
    cmf_designer
    Member
    This reply has been marked as private.
    #24669
    cmf_designer
    Member
    This reply has been marked as private.
    #24671
    Veena
    Moderator

    Can you pls remove the below custom CSS from themeoptions – custom CSS

    #header-spacer {
        height: auto !important;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.