- Acme Themes
#47566
Acme Themes
Keymaster

Hello Stuart Carmichael,

Since issue has been solved in the live chat , I am closing this thread.

Here are solutions :
Go to Appearance => Customize => Additional CSS

For Menu :

.header-wrapper ul.sub-menu li a {
 line-height: 20px;
 padding-bottom: 10px;
 padding-top: 10px; 
}
.header-wrapper .main-navigation ul ul.sub-menu li {
 max-height: 100%;
}

For Link:

a, .posted-on a, .comments-link a, .edit-link a, .tags-links a, .byline a, .nav-links a, #supermag-breadcrumbs a, .bn-content a, .slider-section .slide-title, .feature-side-slider .post-title a, .slider-feature-wrap a, .feature-side-slider .beside-post .beside-caption a, .featured-desc a h4, .featured-desc .above-entry-meta span {
 color: #ce4444 ;
}

Best Regards!