Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #809906

    Hello. I found a website example of what I am trying to create. I would like it to appear exactly how they have it.

    Notice, the social icons, phone # and menus don’t appear until you scroll down. (only for the home page) I also would like it to appear the same way where it seems to pull the menu from the top. (not fade in)

    Example site: http://www.k-international.com/french-translation/

    My site: http://blog.sayitpromos.com/

    #810090

    Hey swalley,

    Try to edit your page and on the sidebar find Header visibility and transparency (bottom) and set it to Header is invisible and appears once the users scrolls down
    Hope this helps.

    Best regards,
    Nikko

    #812245

    Hi Nikko,

    That works. Thank you.

    Can you tell me how I can move my logo to the left. Please provide code that will allow me to adjust the logo position up/down left/right?

    Also, how can I increase the size of just the “Have questions? (562) 528-5194” at the top of my page?

    I’ve tried to create a small separator bar like the example site has just below the large background picture. I can’t seem to set the height to match theirs. It’s the grey bar.

    Lastly, I want to create a “search” field on top of our background image where visitors can search the site. It’s just like Google has their search bar. Any advice would be appreciated.

    #812796

    Hi,
    To move your logo left, Try this code in the General Styling > Quick CSS field:

    div .logo {top: 8px!important; left: 50px!important; }

    note the “top” in the code, it is what your site is set to right now, to move the logo up make the number smaller or negative, to move down make it larger. To move the logo right, make the “left” number larger, or negative to move left. Please clear your cache: [http://www.refreshyourcache.com/en/home/] after each change :)
    To change the phone info, use and adjust this code:

    .phone-info {font-size: 20px!important; }

    For the border, use and adjust this code:

    .html_header_transparency #top .avia-builder-el-0 {
        border-bottom-width: 20px!important; 
        border-bottom-style: solid!important; 
        border-bottom-color: #777!important; 
    }

    For the search box, please read this: https://kriesi.at/support/topic/how-to-make-very-large-search-box-in-middle-of-front-page/#post-387135

    Best regards,
    Mike

    #813512

    Thank you for the help.

    Quick question, I created a child theme originally. When I add custom code to the Quick CSS will I lose it when the theme is updated?

    #813818

    Hi,

    Glad that Mike helped you. As for your question, the answer is no, it won’t be lost, it will be retained :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.