Two Filter Issue

I’ve noticed that on certain pages, two filters appear in the top right. One is styled properly (the bottom one), and the other isn’t. I’d like to remove the top one (which isn’t styled properly). Is there some CSS I can add to remove it? Here are some sample URL’s: https://bndlstech.com/shop/ https://bndlstech.com/blog/category/health-living/ Thanks! Answers: Thank … Read more

dynamic css file for admin / backend and get_option results in Uncaught Error: Call to undefined function get_option()

I try to style the admin area with a dynamic css. I need to configure some elements regarding the frontend user defines. He can choose a color and this color should reflected in some elements in the admin area (e.g. buttons in admin area).
My approach: Setting up a evacolor.css, but let apache interpret this as a php file. This works so fare:

removing my underline from hyperlinks

So I am new to WordPress, on my website I recently opened the source code and am learning how to customize even more. One thing I am stuck on is how to remove underlines from hyperlink, I tried the text decoration none thing but it did not work, this is the code, what and where do I typset into it to remove underlines?