FLASH SALE Get 20% OFF everything using the coupon code: FLASH20 View Pricing Plans →

Inspiro Lite

Categories

Documentation

Theme Documentation



Plugin Documentation



Resources

Inspiro Lite – CSS Snippets

This article refers to Inspiro Lite

Are you looking to make changes to the theme design?

You can do that by easily modifying the CSS code. If you are new to web development and want to learn more about CSS changes, look at this article.

Simply copy the needed CSS code and add it in the Customizer > Additional CSS.

1. Changing the homepage hero area height.

CSS Snippet for all device sizes:

CSS Snippet only for devices with a smaller screen width of 700px and below (mobile devices):


2. Remove the “Inspiro WordPress Theme by WPZOOM” text from the footer.

You can remove the text from the footer by adding the following CSS Code code in the Customizer > Additional CSS:

.site-info .copyright span:nth-child(2) {
    display: none;
}

Optionally, if you want to remove the text saying “Powered by WordPress”, then use this CSS code:

.site-info .copyright span:nth-child(1) {
    display: none;
}

3. Remove the Dark Overlay from the Homepage Hero area


4. Hiding the Search Icon in the header.

No snippet needed, as this is available as an option in the Customizer > Heading Settings:


5. Changing the Header & Sticky Menu Background Color

To change the background color of the header and sticky menu, add the following code to Appearance -> Customize -> Additional CSS:

More additional color and fonts customization options are available in Inspiro Premium.


Looking for more snippets or help? Make sure to check Inspiro’s WordPress.org Forum and WPZOOM Community Forum.

Last updated on September 26, 2022