Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #437952

    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

    #438051

    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

    #438072

    Works perfectly!

    Many thanks Yigit :-)

    #438094

    Hi!

    You are welcome, glad we could help :)
    Have a great weekend!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding a title to the default sidebar’ is closed to new replies.