Hello @all,
in the "recent article" modul, i would hide the "post by" feature. Further I would like to change the "Read More" button. The Override Feature doesn't work.
Can you help me please?
Regards
hagenhillerskduew Hi Add this code in custom css to hide it
#Mod131 .mod-articles-category-writtenby {display:none;}
131 is the Module id in above code.
Hello pankaj,
nothing happend... :-(
hagenhillerskduew Hi Share the site URL here and turn off css compression. The suggestion is based on the demo site.
Ninja
It's the same class @ http://2020.stadtkapelle-bad-duerkheim.de/
Thank you!
hagenhillerskduew Hi its in grid mode use this code
.view-grid-latest .mod-articles-category-writtenby {display:none;}
If not work, kindly disable the css compression so i am able to check it,.
it doesn't work! :-(
Where is it possible to deactivate the css compression.
Thank's
hagenhillerskduew Hi the code is already working on your site now. Clear your browser cache and check http://prntscr.com/v48wgf
Thanks a lot! I've checked it in "invisible firefox mode".