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 { ...
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 change Hero Image.
Hero image is something that comes after the menu bar and before the content in most of the Pages. You can set Hero image globally and page level. To set or change Hero image globally, Please go to Themeoptions/Layout and then browse to extreme ...