2 Responses
  1. In the Default-Mag theme, is there a way to change the hyperlink HOVER font color to a darker orange for better visibility against our website’s background?

    • Hi!

      Try to add this style in your Custom CSS via WordPress Customizer


      a:hover, .twp-categories.twp-primary-categories a:hover {
      color: #f88c00;
      }

      Replace #f88c00 with your desired HEX value of orange.

Questions & Answers