Changing Custom CSS does not work
I am trying to adjust the Custom CSS for BeTheme. Every change I make does not work. I have been coding for decades so know what I am doing. I notice that the css keeps changing. So for example, it uses versions, see: /wp-content/themes/betheme/css/layout.css?ver=137e21646d474ca07d7a4e7442ce253f
Can you explain what is happening? With other themes I simply amend CSS and it works. I have tried adding CSS changes in the theme as well. Some things work other things do not. I am trying to hide the Author information in Portfolio, I am inspecting the element and know I have the exact code to hide but the Custom CSS is not having any impact.
Any help appreciated. Thanks in advance.
Comments
where exactly are you trying to change css? Also please remove cache because looks like you are using it while it's the most common reason of why custom css's does not work.
This is not stored in a file but in a database. You could just create a child theme and create your own style.css, then modify it to your needs.
thanks