Hover Colour and Sidebar

How do we change the hover colour for just the drop down menu?

How do we shrink the profile picture in the sidebar/ gravatar picture?

How do we eliminate the sidebar from certain pages such as contact us or about me?

Hi Babita,

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

How do we change the hover colour for just the drop down menu?

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

Admin Area -> Appearance -> Customize -> Additional CSS

.dropdown-menu> li> a{
    color: #000;
}

.dropdown-menu> li> a:hover{
    color: #fff;
    background-color: #000;
}
How do we shrink the profile picture in the sidebar/ gravatar picture?

How do we eliminate the sidebar from certain pages such as contact us or about me?

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin