Footer Options
Footer Elements include the following options:
Show Footer Copyright Area?
-
Yes/No toggle
-
Choose Yes if you want a copyright message to appear at the bottom of your site.
-
Choose No to hide it completely.
Copyright Message
-
Type the text you want to display
-
Important: Only plain text is allowed — no HTML or links.
Footer Layout section includes the following options:
Wide Footer?
-
Yes/No toggle
-
When set to Yes, the footer stretches 100% across the screen.
-
When set to No, it stays the same width as your content area (boxed layout).
Footer Columns
Choose how the footer columns are laid out. Here are the options:
-
4 equal columns
Divides footer into four even sections. -
3 equal columns
Three equal-sized sections. -
2 equal columns
Two equal-sized sections. -
1 full-width column
Just one section across the full width. -
3 columns (1/2 + 1/4 + 1/4)
Big first column, two smaller ones. -
3 columns (1/4 + 1/2 + 1/4)
Wide middle column. -
3 columns (1/4 + 1/4 + 1/2)
Big last column. -
2 columns (2/3 + 1/3)
Left side larger. -
2 columns (1/3 + 2/3)
Right side larger.
Pick the layout that best fits your content and then add the content from Footer Widgets in wp-admin – Appearance – Widgets
Background Image for Footer
-
Upload a background image to show behind your footer content.
-
Click Upload to add your image.
Repeat Footer Background?
Choose how the background image repeats:
-
repeat – Repeats both horizontally and vertically.
-
repeat x – Repeats only left to right.
-
repeat y – Repeats only top to bottom.
-
no repeat – Shows the image once only (no repeating)
Footer widgets
These are the footer area widgets, located at the end of the page.
To add content to the footer columns:
-
Go to: Appearance → Widgets
-
You’ll see 4 footer widget areas (columns).
-
Drag and drop widgets into each one.
Footer menu
To create the menu go to Appearance > Menu. Create a new menu and add the links using the panels listed on the left.
To show links in footer, add the pages / custom links to the Footer Menu and save.
Footer Colors
Important: Do not tick the “On save, give me the CSS code to save in child theme style.css?” option if you want the new colors to apply when saving Theme Options. This option should be ticked only if you plan to manually add the CSS code to style.css , as it will prevent Theme Options from saving styles.
Footer colors are managed from WpRentals Options -> Footer -> Footer Colors
You can change how your footer looks by selecting colors for different parts:
Footer Background Color
Changes the background of the main footer area.
Footer Font Color
Changes the color of the text in the footer.
Footer Widget Title Font Color
Changes the color of the widget titles (like section headings).
Footer Copyright Font Color
Changes the color of the text in the copyright bar.
Footer Copyright Background Color
Changes the background color behind the copyright text.
Just use the color pickers to choose what looks best for your site. No coding needed.
Hide Footer
If wish to hide footer use below CSS:
.subfooter_menu { display: none; }