Home › Forums › Jevelin Theme › Demo data page edit – Any Page edit?
Home › Forums › Jevelin Theme › Demo data page edit – Any Page edit?
ok thank you.
see screen shot
thx sorry for so many questions… 🙂
can I add a rev slider on this template page without a rebuild?
Yes, you can add revolution slider on this page but I am not sure what you mean t by “without a rebuild” so could you please explain it?
how do I edit the text above the testing 123 “HOME” text where is that?
You can change it from the theme settings as shown in the attached screenshots.
thx sorry for so many questions… ?
Not an issue at all.
I tried to edit the “Home” page title as you had suggested above with your screenshot…
appearance \ Title Bar \ Home Title
When I removed the text “Home” – it still stayed on the page.
How do I remove the Page Title Text? Is that possible?
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home .sh-titlebar-light .titlebar-title .titlebar-title-h1 { display: none; }