#main-slider {
box-shadow: none!important;
}
it,s done
]]>Regards, Riny
]]>Regards, Riny
]]>Regards, Riny
]]>Add below given CSS.
#site-navigation li a:hover{
border-bottom: 3px solid #dd3333;
}
Hope this helps.
Thank you.
]]>The main menu section isn’t quite right. Once clicked it is now red, however the hover colour is still showing as orange.
The rest worked great, thank you!
Thank you
Aimee
Please add below given CSS to change the color:
#quick-contact li a:hover::after {
background-color: #dd3333;
}
#site-navigation li.current-menu-item > a, #site-navigation li.current_page_item > a {
border-bottom: 3px solid #dd3333;
}
Hope this helps.
Thank you.
]]>Sorry I forgot our site was in maintenance mode, I have removed this now.
The final question is in relation to the hover colour being changed. The areas we need coding for are – the contact details section at the top, the main menu bar and hovering within the slider. We want the hover colour red rather than orange.
Thank you
Aimee
Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to move the menu to the left side.
.home .container #quick-links {
float: left;
}
Hope this helps.
If you have further queries, let us know.
Regards.
]]>I need to add about us page, contact us page, privacy policy page and disclaimer page in my top menu bar instead of my email id. Kindly help.
My site is https://bankingzone.in
]]>As for the icon hover color, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.service-block-inner > a i:hover {
border-color: rgba(0, 0, 0, 0) !important;
border-radius: 100% !important;
color: #43d29d !important;
}
This should work.
As for others, we were unable to open your site so please let us know once the site works fine.
Thank you.
]]>