HomePage Forums Traveler Customize Header

Tagged: 

This topic contains 22 replies, has 3 voices, and was last updated by  Bryan 5 years, 6 months ago.

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #1828

    Dear Team,

    Please assist, how to resize vertical header? and make a center vertical. Because, currently the search from and other menu are on top alignment.

    See my attachment.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #1863

    Hello

    You can use this css code in Traveler Settings > Styling Options > Custom Css to change it:

    .header-top,#st_header_wrap_inner-sticky-wrapper {
        height: 60px !important;
    }

    Thanks.

    #1940

    Hi Bryan,

    Ok thanks.
    Anyway, how to remove currency in header? and make (add) a button & icon on header?

    Thanks.

    #1941

    Also how to change search form background color and put the placeholder inside?
    Thanks

    #1960

    Hello

    1. You can check currency in header in Traveler Settings > Styling Options > Header tab > Header menu items.

    2. You can add this css code to Traveler Settings > Styling Options > Custom Css to change background color for search header:

    .main-header-search .form-control {
        background: #4bb56c !important;
        border-color: #c3abab !important;
    }

    But unluckily, you can not add placeholder in it.

    Thanks

    #2041

    How to change color “Search” icon ? I want to change the icon color. Currently the icon color is white.

    About place holder, ca I add on script php file? Where I can do that?

    Thanks.

    #2068

    Hello

    I have changed the search icon color for you by this code:

    .main-header-search .input-icon {
    color: #000;
    }

    Also my image will show you the place to set placeholder to search header.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #2080
    This reply has been marked as private.
    #2124

    Hello athutz91,

    1. I have changed the search text color to grey for you by this code:

    .main-header-search .form-control {
    color: grey;
    }

    2. Theme does not yet supported set logo for specific page. Sorry for inconvenience.

    Thank you.

    #2126

    Hi Bryan,

    Thanks for assist, now my search box looks beautiful.
    But why when I type a words not show suggest destination like usually?

    Thanks.

    #2128

    Hello athutz91,
    I have checked your search issue and fixed it. Please check it again.
    Thank you.

    #2185

    Dear Huannv

    Plese check on my site, the search box doesn’t works well.
    I type a words and hit enter nothing response.
    Please help.

    #2191

    Hello athutz91,
    I have checked it. It still works.
    You can see my attachment.

    Attachments:
    You must be logged in to view attached files.
    #2215

    Hey Team,

    So the search box can’t search any product service? just a post? but if I put any words there is can’t press enter process. Why?

    Thanks.

    #2225

    Hello athutz91,

    You can change services for search result. Please follow this document.

    Search Options

    The search box is using auto suggestion. If system does not find result for search word then suggestion will not show and you can’t press enter process.

    Thank you for your understand.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 23 total)

The forum ‘Traveler’ is closed to new topics and replies.