BeDigital theme

Could you tell me where to change the colours of the text and line on the portfolio menu on this page please?: 
I can't see what colour element I need to change in BeTheme options to get the highlighted section dark and the unselected section light. It is the wrong way round at the moment. 
The same is happening on the 'contact me' button on this page too:
Thank you!

Comments

  • 1. Text and line could be changed with css:
    .style-simple #Filters .filters_wrapper ul li a::after { background: #000 !important; }
    .style-simple #Filters .filters_wrapper ul li.current-cat a, .style-simple #Filters .filters_wrapper ul li a:hover { color: #000 !important; }
    2. Button colors could be changed under Theme options > Colors > Content section.
Sign In or Register to comment.