Okay
  Public Ticket #1241105
need to remove header
Closed

Comments

  • crushman1 started the conversation

    Hello,

    I would like to make the header transparent/invisible, leaving only the logo and links like attached website screenshot.

    I would also like to know how to change the color of the header and header text.

    lastly, How do i replace the background image on the homepage with a slider?

  •  2,057
    Theme replied

    Hello,

    please use the following custom css code to change the appearance of the header. You can add it via Admin > Live customizer:

    .page-template-page_home .header, .page-template-page_home-php .header {background:none;position:relative;}
    .page-template-page_home .main, .page-template-page_home-php .main {margin-top:-80px;}
    .page-template-page_home .main-nav > ul > li > a, .page-template-page_home-php .main-nav > ul > li > a {color:#fff !important;}

    To change the intro, navigate to Appearance > Widgets and drag the Hero Unit widget or the Slider Revolution widget to the Home Content widget area. This will reset the default layout and enable you to edit the home page as you please. A sample slider is also included.

    Thank you


    Best regards,

    themeenergy support

  • crushman1 replied

    hi the code worked, thanks. However, it left a line at the bottom of the header(see attached. it looks like a border of some kind. how do i remove this?

    Also,  My transfer service is available anytime, there is no " Available timeslot". how do i set up availability for anytime?

  •  2,057
    Theme replied

    Hi,

    Please share your url so we can see what is causing the bottom border.

    As for availability, please create your availability entry and set the timeslot to Repeat every X minutes, and set X value to 1 to have the transfer available all the time.

    Best regards,

    themeenergy support

  • crushman1 replied

    Here is the url. sorry for the delay : 

    http://airporttransfersslu.com/

  • crushman1 replied

    I dont understand what needs to be done to the availability. can you explain in more detail.

    ---

    Oh i got it . thanks

  • crushman1 replied

    Also i dont think the bookings are working with woocommerce, i enabled it on theme options tab but when i click on book now, nothing happens. is there something i must do to enable booking? you can see what i mean by trying to book a transfer on the website.

  •  2,057
    Theme replied

    Hi,

    Please make sure you have created a booking page using the Booking form page template.

    Also, have you gone to Admin -> WooCommerce -> Settings -> Checkout and create the woocommerce cart and checkout pages?

    Best regards,

    themeenergy support

  • crushman1 replied

    alight thanks it seems to be working now. What about the border. have you check that as yet?

  •  2,057
    Theme replied

    Hi,

    Which border are you referring to?

    Best regards,

    themeenergy support

  • crushman1 replied

    This border ( see attached). I wanna remove it.

  •  2,057
    Theme replied

    Hello,

    please use the following css code:

    .page-template-page_home .header, .page-template-page_home-php .header {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

    Thank you

    Best regards,

    themeenergy support

  • crushman1 replied

    Thanks everything works. Lastly, We do not offer Shared transfers, only private transfers. how do i remove the shared  options when the user searches for a transfer?

  •  2,057
    Theme replied

    Hi,

    Have you disabled shared transfers in Theme options -> Configuration settings?

    Best regards,

    themeenergy support