Hi there,
Thank you for writing in. I am sure you will understand that all your requests are considered as a custom development and outside of support scope. We will do our best to suggest CSS snippets to make it happen somehow but you will need to get familiar with CSS to be able to perform such tweaks yourself or hire a developer to do so. To get started with CSS finding the correct Selector is a key part. You can start using the Google Chrome browser developer toolbar for that. For more information:
For more information regarding the CSS coding standards kindly start here:
https://www.w3schools.com/css/
Please kindly add the CSS code below to X > Launch > Options > CSS:
.widget ul.zoom-social-icons-list {
border: none;
}
.esg-grid a:not([href*="cloud"]):hover {
text-decoration: underline;
}
.minimal-light .esg-navigationbutton.esg-left,
.minimal-light .esg-navigationbutton.esg-right {
background: #333;
}
.minimal-light .esg-navigationbutton.esg-left i,
.minimal-light .esg-navigationbutton.esg-right i {
color: white;
}
.minimal-light .esg-navigationbutton.esg-filterbutton.selected {
background-color: #ddd;
border: none;
box-shadow: none
}
The first part of the code removes the border from the sidebar. The second part selects all link items inside the essential grid items except the ones that are linked to SoundCloud and adds the underline while hovering. The last part of the code selects different sections of the pagination and sets proper colors for background and text color to somehow change the look as you like.
Feel free to start your customization based on the code above. Unfortunately, we will not be able to continue giving such tweaks as mentioned in the first section of the post.
Also, I suggest that you check the documentation below from the Essential Grid developers which will help you more regarding your customization:
https://www.themepunch.com/faq/modify-styling-of-navigation-elements/
Thank you for your understanding.