How to Create a Sticky Transparent Header

How to Create a Sticky Transparent Header

Create a cool sticky transparent header effect using Elementor』s CSS class.

You will learn how to:

Make your sticky header transparentUse CSS to create an animation transition Change min-height when scrolling

Go to Templates > Theme Builder > Header and edit your header template.Right-click the header』s section handle to edit the section.In the panel, go to Advanced > Motion Effects.

Advanced

Motion Effects

Sticky: Click Top to choose to stick the header to the top. Other options include Bottom or None.Sticky On: Choose which devices to stick the header, including Desktop, Tablet, and Mobile.Offset: Set the number of pixels scrolled before the header becomes sticky.Effects Offset: Set the number of pixels scrolled before the header effects take place.

Note: The Offset Effects options only work when Custom CSS is applied.

Custom CSS

Add your own custom CSS here. Below is an example of CSS that changes the header』s background color, transparency, and height, with an easing animation effect. 

selector.elementor-sticky--effects{ background-color: rgba(133,130,255,0.5) !important }

selector{ transition: background-color 4s ease !important; }

selector.elementor-sticky--effects >.elementor-container{ min-height: 80px; }

selector > .elementor-container{ transition: min-height 1s ease !important; }

Note: This CSS will take effect when the user has scrolled the number of pixels specified in the Offset options.

Icon Library Is Empty

Icon Library Is Empty

If your Icon Library becomes corrupted, you may see an empty Icon Library. To restore it, please do the following:

Go to Elementor > Custom Icons and check for any custom icons that may be listed in either the Trash or Draft listings. If any are there, permanently delete them and check if this resolves the issue.If you don』t have any icons in the Trash or Draft folders at Elementor > Custom Icons, just install any custom icon to reset the library to its normal state. Learn how to install custom iconsThis issue can also be due to specific server configurations and in this case, it needs to be checked by your hosting provider.

My Widget Is Being Covered Up By Something Else

My Widget Is Being Covered Up By Something Else

Adjust The Z-Index

If one element is on top of, or under, another element, and the positions should be reversed, you need to change the Z-index of one of the elements. For example, if your menu is being hidden by an image that is displayed on top of the menu dropdown, you have a Z-index problem.

The Z-Index property specifies the stack order of elements. An element with greater stack order will always be in front of an element with a lower stack order. To solve this you simply need to adjust the Z-index value of one of the element』s, which can be found in the element』s Advanced tab. Make the Z-index lower or higher to move the layer below or above the other element, as needed.

See Also: How to use Z-Index in Elementor

WooCommerce Single: Product Price (Pro)

WooCommerce Single: Product Price (Pro)

Set the style and position of the Product Price in the WooCommerce Single template

Style

Alignment: Align the Price to the left, right, or centerColor: Choose the color of the Price』s textTypography: Change the typography options for the Price

Sale Price

Color: Choose the color of the Sales Price textTypography: Change the typography options for the Sales PriceStacked: Select Yes to place the Sales Price under the Price or No to place the Sales Price next to the PriceSpacing: Adjust the amount of space between the Price and the Sales Price

Note: The style of this widget is often affected by your theme and plugins. If you experience any such issue, try to switch to a basic theme and deactivate related plugins, or adjust the styling within your theme』s settings.

Server Configuration Conflicts

Server Configuration Conflicts

If you are having hosting or server difficulties using Elementor, we』ve included a simple switch that may solve your issue.

To use it, go to Elementor > Settings > Advanced, and under 『Editor Loader』, enable 『Switch front-end editor loader method』.

This setting changes the Elementor editor loader method. It is very helpful in solving some shared hosting issues.

WooCommerce Breadcrumbs (Pro)

WooCommerce Breadcrumbs (Pro)

Control the colors and layout for WooCommerce Breadcrumbs

Style

Text Color: Choose the color of the Breadcrumbs text

Link Color: Choose the color of the Breadcrumbs link text

Typography: Set the typography options for the Breadcrumbs text

Alignment: Align the breadcrumbs to the left, right, or center

Note: The style of this widget is often affected by your theme and plugins. If you experience any such issue, try to switch to a basic theme and deactivate related plugins, or adjust the styling within your theme』s settings.

WooCommerce Single: Product Title (Pro)

WooCommerce Single: Product Title (Pro)

Use this widget to control the style and layout of the Product Title in the WooCommerce Single template

Content

Title: Automatically dynamically generatedLink: Enter the URL for the item』s link. Click the Link Options cog to either add rel=nofollow to the link or to open the link in a new windowSize: Choose from Default, Small, Medium, Large, XL, XXLHTML Tag: Select the HTML tag to use for the Title, from H1 to H6, or div, span, or pAlignment: Align the Title to the left, right, center, or justified

Style

Text Color: Choose the color of the textTypography: Change the typography options for the textText Shadow: Add a shadow and blur to the textBlend Mode: Select from multiple layer effects including Normal, Multiply, Screen, Overlay, etc. View Blend Mode demo

WooCommerce Single: Short Description (Pro)

WooCommerce Single: Short Description (Pro)

Use this widget to control the layout and style of the product Short Description on WooCommerce Single template

Short Description

Style

Alignment: Align the short description to the left, right, center, or justifiedText Color: Choose the color of the Short Description textTypography: Set the typography options for the Short Description text

Note: The style of this widget is often affected by your theme and plugins. If you experience any such issue, try to switch to a basic theme and deactivate related plugins, or adjust the styling within your theme』s settings.