update: still confused here
Did that, I believe I’m close but I’m not too familiar with CSS syntax.
I found the line:
#sidebar ul li.widget a {text-decoration:none;}
which actively affecting the links in my sidebar
I’m thinking the code I need to add should look something like this:
#sidebar ul li.widget.current_page_item a {color: #01ADF1;}
could someone help me out with the syntax here?