Hi @Web_Services,
Try adding thie custom CSS on Theme Options > Global CSS
.x-colophon { /*Set footer background*/
background-color: #5b5b5b;
}
.x-colophon .widget_nav_menu ul li a ,
.x-colophon .widget_nav_menu ul li a:hover{ /*remove borders and set fonts*/
border: none;
box-shadow: none;
color: #eee;
font-family: "Open Sans";
font-size: 12px;
text-shadow: none;
colo:#fff;
padding-left: 0;
}
.x-colophon .widget_nav_menu ul li a:hover {
text-decoration: underline;
}
.x-colophon .widget ul { /*remove borders*/
border: none;
box-shadow: none;
}
.x-colophon .widget_nav_menu ul li a:hover{ /*remove white hover color*/
background-color: transparent;
}
.x-colophon h4.h-widget { /*Headline font*/
font-weight: bold;
margin-bottom: 10px;
letter-spacing: 0.1rem;
font-size: 15px;
color: #fff;
}
.x-colophon .widget a:before, .x-colophon .widget a:after { /*remove arrows*/
content: "";
padding-right:0;
}
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-colophon-content a:hover { /*set copyright font*/
font-family: "Open Sans";
font-size: 12px;
color: #fff;
text-align: left;
}
More customization from here would be getting into custom development and it is outside the scope of our support. For more guidance, check the following:
In case you want full editing and styling control, you might want to consider using Pro theme instead. Using footerl builder, you have all the options to build it as you want. Unlike X theme footer where structure and design are already theme and set by stack, using Pro footer builder you have the freedom to create it from scratch or use a template as basis.