Remove content from team template

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Remove content from team template

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #26837
    Raubert
    Member

    Hi there!

    I want to remove the words “about”
    and “connect now” from the team template.

    also my logo is 80 px (height). can you give me the perfect settings for it (custom css).

    pls help

    #26841
    Veena
    Moderator

    Pls change “About” in line no:282 in file framework/shortcodes/team-shortcodes.php
    And use the below custom CSS in themeoptions –

    .team-slider span.follow-text {
        display: none !important;
    }
    

    Can you share a link to your site, pls?

    #26859
    Raubert
    Member

    about and connect is perfect now. thanks.

    what about the top logo?
    http://www.erdbau-reicht.at

    #26861
    Veena
    Moderator

    What is the issue with your logo? Can you briefly explain ?

    #26906
    Raubert
    Member

    Of course.

    The size of the logo is 361×100 px. I need a good setting … because at the moment it looks not good.

    Unbenannt 1: Menu-Navigation should be in the middle of the white top bar
    Unbenannt 2 (when you scroll down): There is a lot of empty space below the logo, same with the Menu-Navigation

    At the moment I have the following setting in the custom css (theme option):

    #header .inner .wrap {
    height: 120px !important;
    }

    #26921
    Veena
    Moderator

    You can use the following custom CSS in themeoptions –

    #site-logo {
        top: 15px;
    }
    #header.sticky #site-logo {
        top: 15px;
    }
    #header.sticky #primary-menu {
        top: 45px;
    }
    

    Pls adjust the values according to your requirement.

    #26922
    Raubert
    Member

    Ok. That looks way better. Is it possible to use just the sticky menu? …because of the size of the logo (that should stay always the same size) the navigation is not thinner when scrolling down.

    http://www.erdbau-reicht.at/

    #26945
    Veena
    Moderator

    Pls deactivate sticky menu in themeoptions and then try the below custom CSS in themeoptions > custom CSS

    #header {
        position: fixed !important;
    }
    
    #26949
    Raubert
    Member

    That’s it. Perfect.

    Thx

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove content from team template’ is closed to new replies.