Search code examples
wordpresswordpress-theme-astra

How to duplicate pages in Wordpress with Astra theme?


I know there are questions that might be similar to this one, but it is a specific situation, explained below:

This is a page generated by Astra theme:

enter image description here

The marked part in red it's the background color as set in the settings:

enter image description here

I'm trying to create a new page now from scratch where I just put a title and copy paste the banner from other page:

enter image description here

The problem is that it looks different, the menu is broken and the background it's not dark blue:

enter image description here

I'm watching the Astra quick start guide and following the same steps, new pages should use my color from settings and the same transparent menu like the Blog shown in the first image.

It could be possible to duplicate an existing page so I probably get rid of all this problems? Or I'm doing something wrong? Because adding a css rule like the following for this it's too much.

.page-id-123 .entry-title {
    display: none;
}

Solution

  • What page builder are you using with Astra, if it is Elementor, you can save a page as template. Create a new page, then download the template to that page. Also, there are plugins that can help you duplicate pages.