Invert menu and logo, new line in footer, page title color

Hi!

I’ve some customization to do but i need some help!

Here is the URL of website: http://lnx.italianostra.pescara.it/wp

  1. I’d like to invert logo and menu to have logo on top and immediately below the menu bar
  2. I’d like to change page title color
  3. I’d like to add some new line in footer text

Ty for support,
Waiting for your feedback

Best Puha

Hello there,

I hope you are doing well today.

  1. This would require the template code of the theme to be changed so in this case you would need the aid of a third party developer. You can find one here: https://colorlib.com/out/envatostudio

  2. This CSS should help you:


/*Page title color*/
.entry-title {
    color: red;
}

  1. Adding a new line above the footer would require new code to be added to the template by a developer or you could use a third party plugin such as the following:

Best Regards,
Support