Installation problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16359
    Jtan
    Member

    Face 2 problem:

    1) When i want to install a full size Fusion theme (27mb), I received this message when I tried to install “The package could not be installed. The theme is missing the style.css stylesheet”

    Please help.

    #16363
    Veena
    Moderator

    You are installing the wrong file, Pls unzip the main package that you have downloaded and find the fusion.zip folder and install the same.
    Still any problem comes pls let me know.

    Pls check this video tutorial –
    http://support.livemeshthemes.com/faqs/agile-theme-how-to-setup-theme-and-revolution-slider-youtube-video/

    #16391
    Jtan
    Member
    This reply has been marked as private.
    #16404
    Veena
    Moderator

    Pls share a link to your site, we will provide you the required custom CSS.

    #16470
    Jtan
    Member
    This reply has been marked as private.
    #16480
    Veena
    Moderator

    1.You can use the below custom CSS in themeoption –

    .segment.hero-header {
        padding: 340px 0;
    }
    

    kindly adjust the padding in the above custom CSS to adjust the height of the image.

    .segment.hero-header .heading2 .title {
        font-size: 42px;
        font-weight: 600;
    }
    

    2.Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #agency-header .button-wrap {
        text-align: center !important;
        float: none !important;
    }}
    

    3. Pls check the below example :

    #agency-header .sixcol.last .button {
        background: #5ec6cf !important;
        font-weight: bold;
        border-color: #fff;
        border-width: 3px;
    }
    

    4. If you are asking about the side navigation (hamburger menu) then you can use the below custom CSS –

    .side-nav-toggle {
        display: none;
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.