Footer Options
Footer Elements include the following options:
Show Footer Copyright Area
- This is a Yes / No option
- Choose Yes if you want a copyright message to appear at the bottom of your website
- Choose No if you want to hide the copyright area completely
Copyright Message
- Type the text you want to display in the copyright area
- Important: Only plain text is allowed. Do not add HTML or links in this field
Footer Layout includes the following options:
Wide Footer
- This is a Yes / No option
- When set to Yes, the footer stretches across the full screen width
- When set to No, the footer stays within the same boxed width as the content area
Footer Columns
Choose how the footer columns are laid out. Available options are:
- 4 equal columns – Divides the footer into 4 even sections
- 3 equal columns – Divides the footer into 3 even sections
- 2 equal columns – Divides the footer into 2 even sections
- 1 full-width column – Shows one full-width footer section
- 3 columns (1/2 + 1/4 + 1/4) – Larger first column and 2 smaller columns
- 3 columns (1/4 + 1/2 + 1/4) – Larger middle column
- 3 columns (1/4 + 1/4 + 1/2) – Larger last column
- 2 columns (2/3 + 1/3) – Larger left column
- 2 columns (1/3 + 2/3) – Larger right column
After selecting the layout, add content to the footer columns from Appearance > Widgets.
Background Image for Footer
- Upload a background image to show behind the footer content
- Click Upload to add the image
Repeat Footer Background
Choose how the background image repeats:
- repeat – Repeats both horizontally and vertically
- repeat x – Repeats left to right only
- repeat y – Repeats top to bottom only
- no repeat – Shows the image once only
Footer Widgets
These are the widget areas shown in the footer at the bottom of the page.
To add content to the footer columns:
- Go to Appearance > Widgets
- You will see the available footer widget areas based on the footer column layout you selected
- Drag and drop widgets into those footer widget areas
Footer Menu
To create a footer menu, go to Appearance > Menus.
Create a new menu and add the pages or custom links you want to show in the footer.
To display the links in the footer, assign the menu to the Footer Menu location and save the menu.
Footer Colors
Footer colors are managed from WpRentals Options > Footer > Footer Colors.
You can change the footer appearance by selecting colors for the following elements:
Footer Background Color
Changes the background color of the main footer area.
Footer Font Color
Changes the text color used in the footer.
Footer Widget Title Font Color
Changes the color of the widget titles in the footer.
Footer Copyright Font Color
Changes the text color used in the copyright bar.
Footer Copyright Background Color
Changes the background color of the copyright area.
Just use the color pickers to choose the colors you want. No coding is needed.
Hide Footer
If you want to hide the footer menu area, you can use this CSS:
.subfooter_menu {
display: none;
}
If you want to add custom CSS, see this guide:






