Issue with my css for prev and next arrows on Posts

Hi


For the previous and next buttons on all my posts, I have selected the  arrow option.
They show up on the page as expected, but the arrows are very light, I would like to change this color to  #235884

I added the following code, to Theme Options - > Custom CSS, refreshed page and it didn't change.
What have I done wrong?



.fixed-nav.style-arrows .arrow
{
    color: #235884;
    margin: 0;
    align-content;
}


Comments

Sign In or Register to comment.