Change hover color, get rid of white bottom border, link to full width page

Hello,
I need a little help with a few things.

  1. Is there a way to enter a hex code to change the hover color of buttons? All I see is a color selector but no way to enter an exact hex code. I go into Customize>Appearance>Colors.

  2. How to a link the Full Width Section in the menu. Not sure what to enter behind the # symbol. Do I enter #fullwidthsection, or #full?

  3. How do I go about getting rid of the white bottom border on the bottom of my Contact page?

Hey there,

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

Can you provide the URL to your website so we can have a look into your request?

Best regards,
Support.

Hello, sorry I did not reply sooner. The url is Imagine Tucson Home

Thanks!

Hey there

  1. Sorry but no, unfortunately, this color control does not allow entering hex color codes :frowning:
  2. Please check illdy documentation 10 How to setup menu and sections
  3. Please add this CSSĀ in appearance - customize - additional CSS
/*Fix footer space*/
#footer .bottom-footer {
margin-top: 0px;
}
.front-page-section .section-header {
margin-bottom: 0pc;
}

Thanks!
Colorlib Support Team