header modifications

Home Forums Legacy Support Support queries Setup issues header modifications

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10361
    Kupka
    Spectator
    Hi, may be the topic was already covered so sorry in advance. Here my specifications: http://screencast-o-matic.com/watch/coXZQPhrDQ thanks a lot! best dan
    #10507
    Anshuman Sahu
    Keymaster
    Can you share the url of your site to provide the css for these?
    #10514
    Kupka
    Spectator
    login details: http://742.222.myftpupload.com/ Kupka84 pw: *LXFXa48bUrmCD55Tgbly^JO
    #10754
    Anshuman Sahu
    Keymaster
    add the given css from wp-admin -> appearance -> customize -> custom css: a.vbpregister {     display: none;   } a.smallimg.vbpcart {     display: none; } header.fix {     background: transparent !important; }   header.fix.fixed {     background: rgba(0,0,0,0.6) !important; } And for the scrolling you have to add a <div id="about"></div> in your content where you want to scroll to  and then in menus provide the link of the menu item like : " #about  " Same goes for other elements .
    #10767
    Kupka
    Spectator
    Okay works. But the header still moves down. I want it to be fixed so it does not move down when scrolling down. If i edit in wplms-> header-> static the header disappears.  Thanks.
    #10867
    Anshuman Sahu
    Keymaster
    Sorry i could not understand the header is still down ? DO you mean that header gets shrinked when page is scrolled down ? Please refer  this topic to stop header from getting shrinked : https://wplms.io/support/forums/topic/header-in-child-one-theme/
    #10919
    Kupka
    Spectator
    Hi Alex, its not about shrinking. The header should be fixed at the top like you have on this site. thx.
    #11076
    Anshuman Sahu
    Keymaster
    Please share a link or screenshot of your example of header . I gues the header is fixed already in childone theme .
    #11169
    Kupka
    Spectator
    Hi Alex, hope its clear now. THanks http://screencast-o-matic.com/watch/coXuljh3MC
    #11585
    Anshuman Sahu
    Keymaster

    Try adding the given css from wp-admin ->appearance-> customize ->custom css:

    header.fixed #searchicon{padding: 28px 0 24px;}

     header.fixed #logo{    float: left;

    margin-top: 15px;   }

     header.fixed #logo img{max-height:48px;

     }

    header.fixed nav .menu > li > a{

      font-family: 'Raleway',sans-serif;

        font-weight: 600;

        margin: 0 10px;

        padding: 30px 6px;

        display: inline-block;

        font-size: 13px;

        text-transform: uppercase;

        color: #FFF;

        opacity: 0.8;

        position: relative;

      

    }

    header.fixed .topmenu li{

          padding: 30px 12px;

        float: left;

    }

    #11599
    Kupka
    Spectator
    I tried. Not working.
    #11694
    Kupka
    Spectator
    Header disappears if I enable static header http://prntscr.com/994ihs on the home page (layer slider is enabled). On other pages it works perfectly! Lets leave it for now and I come back to when the issue becomes urgent. Thanks for helping me out.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘header modifications’ is closed to new replies.