top menu and photo slider issues

Hi Lisa,

I hope you are well today and thank you for your questions.

Attached is an image of the two issues circled in red. The first has circled the menu item called “navigation” which was not there previously until I changed the menu – how do I get rid of this? I also attached a screenshot of my menu to show you I don’t have ‘navigation’ in my menu structure.

You can try removing it by using the solution posted in the following reply.

https://colorlibsupport.com/t/nav-bar-and-header-problems/#post-33820

Second is the formatting on the slider caption box – I cannot change the text at all in terms of size, font, bold etc which lead to a single word being by itself on the second line. How would i go about altering the text or the dimensions of the caption box?

You can change the width of it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

article.featured-text {
    width: 45%;
}

Best Regards,
Movin