Hi,
On the sidebar settings I enables the page sidebar navigation – to display all nested sub-pages of a page automatically.
How can I add a title above that list?
For ex. the product pages will have a title saying PRODUCTS.
Thanks
Hey Sasha!
Please add following code to Quick CSS
ul.nested_nav:before {
content: 'Here is my title';
font-size: 18px;
color: black;
}
Regards,
Yigit
Works perfectly!
Many thanks Yigit :-)