How to remove overlay color from Hero section.

How to remove overlay color from Hero section.

In fitzeous theme, the Hero section has color overlay in order to display the white title clearly. But if you want to remove it, Please enter below css in wp-admin/appearance/customise/additionalCSS box.


.vc_row.banner_area:after, .banner_area:after { display: none; }
    • Related Articles

    • Remove overlay from Car single page

      In Carena theme, Car single page slider has overlay color on cars. If you want to remove it. Please enter below css in wp-admin/appearance/customise/additionalCSS box. .sp-image-container:after { background-color: transparent; }
    • How to change image and increase height of Hero section.

      The section below header is called Hero in this theme and to edit its background image and content edit that particular page in wp-admin and on extreme bottom you will find a section to edit Hero section where you can put image. For changing the ...
    • Remove double color on Menu bar background.

      In case you change the accent color of theme, the menu bar colors can look strange.  You can fix it by removing the double color. In order to do that, Please enter below css in wp-admin/appearance/customise/additionalCSS box. .main_menu .navbar {     ...
    • How to remove or change Why Choose us from Sidebar

      Here are the instructions to remove the 'Why choose us' section from the right hand panel on all of our rooms pages. Please do as instructed in below image.
    • 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; } ...