Static Top Menu & Google Analytics

Hello!

I just activated Activello and I’m mostly pleased with it. There are just a couple things I haven’t been able to figure out.

First, is there a way for me to make the top menu static? As my readers scroll through posts, I’d like them to still be able to click through to other categories without having to scroll all the way to the top of the page.

Second, where do you recommend I paste my Google Analytics code? A lot of themes provide a field, but I can’t find one in Activello.

Thanks in advance for your help!

Hey there,

Thanks for getting in touch. I hope all is well :wink:

Excellent question, you can add the sticky menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.navbar.navbar-default {
position: fixed;
width: 100%;
z-index: 100;
}

The theme does not have an input field for the Google Analytics Code but you can use it on your site by using the following solution for example:

Kind Regards,
Support

Thank you! I’m squared away on that front.

I do have another question!

How can I add a favicon? Some other themes I’ve worked with have had an upload option but I can’t seem to find one.

Thanks in advance!

Hello,

I am glad the solution provided earlier helped.

In order to add a favicon, simply go to Appearance > Customize > Site Identity > Site Icon and add the favicon there.

Best Regards,
Support