Edit / remove / style header button

Edit / remove / style header button

Howello WP theme contains a button in the header



To change its text or its link, please go to themeoptions/Layouts.


If you want to change its background or hover color, Please enter below css in wp-admin/appearance/customise/additionalCSS box.

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
    background: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn:hover {
    color: #000000;
    background: 0 0;
}

    • Related Articles

    • Changing color of the line in the header

      In logiscargo, there is a border in the header in default header type.  Please note the black arrows in below image. To change its color, please put following style in themeoptions/customcss box. #header:before { border-bottom: 1px solid #000000; } ...
    • How to edit Header in Airtech theme.

      In earlier versions, the header was managed by Elementor in the Airtech theme, but in the new version, it can be managed using customizer. Below is the video on how to customize the header of the Airtech theme. ...
    • How to edit KC box efficiently.

      In howello theme, some blocks are powered by KC box module. For example. Some people reported trouble editing the content of KC box, so here is a guide to do it easily. First edit that page in backend. I prefer backend editing instead of frontend for ...
    • How to edit HTML or css classes of sections.

      In the Airtech theme, you can edit HTML or add your own CSS to any section. To do this, you can click the Edit HTML button found on Elementor's left sidebar when you are in Elementor edit mode. Note: Please be careful as it's not recommended to edit ...
    • How to edit Rooms page sidebar.

      In Howello theme, there is a sidebar on Rooms details page as displayed below. In order to edit these, please go to wp-admin/appearance/widgets and edit Room sidebar widget area.