Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi,

    It seems you want to change the navigation link colors of your blog post,

    you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options

    span.nav-next a {
        color: red !important;
    }
    
    span.nav-previous a{
     color: red !important;;
    }

    This will resolve your issue,

    Regards!
    InkThemes

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of next navigation’ is closed to new replies.