Change style of filter

edited March 2019 in Theme support
Hi - how can I change the colour of my filter


Also, how can I change font size and weight without affecting the weight and size of the main content.




Comments

  • Hello,
    you can change the color of the filter with this css
    1. #Filters .filters_wrapper ul li a {

      background: #fff !important;
      border: 1px solid #F7F7F7 !important;
      color: #858585 !important;
      }
    The blog font sizes and weights are taken all from theme options, there is no other option to change it.
    thanks
  • ok thanks
Sign In or Register to comment.