Hi,
I want to change picture size and become square in author page. How can I do this?
https://nefesakademi.com/yazar/yetkili/
Thanks in advance.
Merhabalar,
Lutfen assagidaki kodu Enfold theme options > General Styling > Quick CSS bolumune ekleyin
.rounded-container, .rounded-container img { border-radius: 0; }
Sonrasinda lutfen Settings > Media bolumune gidip thumbnail boyutunu degistirin ve sonrasinda bu eklenti ile – https://wordpress.org/plugins/regenerate-thumbnails/ thumbnailleri tekrardan olusturun
Best regards,
Yigit
Kareye çevirdim ancak boyutlarda bir değişiklik olmadı. Önceden bunun css kodu vardı. Çok kolay bir şekilde pixelleri kendim ayarlayabiliyordum. Siteyi tekrar kurunca o kodu kaybettim.
Hi!
Lutfen assagidaki kodu kullanin
.rounded-container, .rounded-container img {
width: 100px;
height: 100px;
}
Best regards,
Yigit
Teşekkürler aradığım kod buydu.