How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

Change red banner shape of inner pages hero section

To change the shape of the polygon appears on the hero section of the inner pages you need to make changes in the style.css of the real estate theme.

In order to make the changes move to the site Dashboard >> Appearance >> Theme File Editor >> Select Stylesheet >> change in the CSS of class .dr-inner-header

For example to make it a rectangle change the value 92% to 100% and update the file.

clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);

Output:

Note: To know the parameter of the different polygons please take a look at this page.

Table of Contents