To attach a different image or logo on each page (shop, cart, contact).
We need hide the tittles of the differents page without hide them in the main menu. We can´t use the css code <! > because it hide the tittles in the main menu too.
In the shop page appear the route “Inicio/tienda” we can hide it too because in the other page it isn´t shown.
The URLs are these: http://lacasarevuelta.com/blog/
– Move the dividing lines or quit.
– To attach a different image or logo on each page (shop, cart, contact).
http://lacasarevuelta.com/contacto/
We need hide the tittles of the differents page without hide them in the main menu. We can´t use the css code <! > because it hide the tittles in the main menu too.
http://lacasarevuelta.com/tienda/
In the shop page appear the route “Inicio/tienda” we can hide it too because in the other page it isn´t shown.
You can remove the dividing line by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#masthead #line {
display: none;
}
– To attach a different image or logo on each page (shop, cart, contact).
You have to develop custom code to achieve this,
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
http://lacasarevuelta.com/contacto/
We need hide the tittles of the differents page without hide them in the main menu. We can´t use the css code <! > because it hide the tittles in the main menu too.
You can remove it on that page without removing it in the menu by using the below CSS code.
.page-id-119 h1.entry-title {
display: none;
}
http://lacasarevuelta.com/tienda/
In the shop page appear the route “Inicio/tienda” we can hide it too because in the other page it isn´t shown.
Now without the dividing lines there is too much space between the main menu and the next text line, it would be posible to reduce it or to eliminate it?
Other possibility instead of hiding the entry tittles would be to change the size of the fonts if it would be posible, because for us the problem is that the size is too small.
Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Activello] Reviews | WordPress.org.