Sparkling child - second level menu placement and categories label

Having recently updated the theme I have a few issues I am struggling to resolve. I am working on this website.

One of the new things that I haven’t yet resolved is how to change it so that on the categories pages it just displays the name of the category without saying category before. For example I want ‘Workshops’ and it currently displays ‘Category: workshops’. So I would appreciate support on changing that.

It is also not very clear to me which menu items have a dropdown as the arrow is so far away from the text, can I change that? And I was hoping there is a way to stop the second level drop down on about me>areas of work from falling off of the edge of the page.

Thank you for your help.

hey there

  1. category remove - sorry but that’s not possible without template files modification, only with css that’s not achievable

  2. dropdown carret position change:

.navbar-nav > li > .caret {
margin-left: 0px;
}

  1. submenu position:

ul.nav ul ul {
margin: 0px;
}

Thanks!
Colorlib Support Team

Hi there

Thank you for your help. Can you clarify for me where in the editor I need to paste this. Is it in the style sheet or the theme functions and do I just add it at the end of all the rest of the code?

Thank you
Kerry

hey there

Sorry, please add \CSS in appearance - customize - additional CSS