Removing hero text without resizing the image Ascension theme
-
Hello everyone,
I am currently using ascension theme and I need to remove the hero text on the header. I found on other forums that you can add custom CSS which is displayed below, but unfortunately, this also removes part of the header and resizes it which is no good. Can someone please help and provide with a solution or a custom CSS that removes the text but keeps the image in the same size.
.page-title {
display: none;
}My knowledge about building websites is very basic so any help would be much appreciated, thanks!
-
Hi there,
Could you share us your site address so we can have a look?
You can also try this CSS code:
.page-title { visibility: hidden; }
- The topic ‘Removing hero text without resizing the image Ascension theme’ is closed to new replies.