Hello melodygrace88,
=> Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
=> If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder
a.more-link {
color: #cf162d ;
}
a.more-link:hover {
color: #303030 ;
border-bottom-color: #303030 ;
}
.navigation-classic .secondary-navigation a:hover,
.navigation-classic .secondary-navigation a:focus,
.navigation-classic .secondary-navigation a:active {
border-bottom-color: #cf162d ;
color: #cf162d ;
}
Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme
Hope this will helps you.
@addweb-solution-pvt-ltd: Could you please not advise users to modify their theme’s style.css file? As of WordPress 4.7, every WordPress site comes with the built-in CSS editor you mentioned above via Dashboard > Appearance > Customize > Additional CSS. It’s not necessary to suggest something that might cause someone to lose their changes. Thank you.
melodygrace88 – do you still need any help? I don’t see Edin running on your site at the moment.
The red palette for Edin from your site on WordPress.com can be copy-pasted from the following Gist (code snippet) and added to the Customizer’s built-in CSS editor, at Appearance > Customize > Additional CSS.
https://gist.github.com/zoonini/6d9657312c0c8c0695359e21867f45b4
Just let us know if you need further help.