HI keres1982. Welcome to the Hueman forum. Those are the correct selectors and properties but I don’t see that on your site. Where did you add that CSS?
I edited /assets/front/css/main.css
Hi,
Please do no edit files in the Hueman Theme.
You should be using a child theme to add your css overwrites in your child theme’s style.css
http://docs.presscustomizr.com/article/239-using-a-child-theme-with-hueman
Thank you.
It’s probably not having any effect because the theme is loading a minified copy of the stylesheet. Check Customize > Global > Performance and SEO > Usa a minified stylesheet. In any case, @denzel’s point is correct; you should not be editing the default theme files because your changes will be lost when you update the theme. You should either use a child theme as noted above, or add your custom CSS using a plugin like https://wordpress.org/plugins/simple-css/ or https://wordpress.org/plugins/simple-custom-css/.
Hi all,
Thank you for your support, all of you! The solution with simple-css plugin works great. Thank you!
Best regards,
Radoslav
You’re welcome; glad you were able to get it working.