Hi,
As you can see link below single posts are centered by default. Also, heading is too big. Where Can I change this format?
Thanks
Merhabalar
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post-title { font-size: 22px; }
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Best regards,
Yigit
Those are ok thanks. Also there is date and category information on post.At the same link you can see “26 Eylül 2014/in Duyurular /”. I want to remove “in”. Since it is not Turkish.
Hi!
Please install this plugin – https://wordpress.org/plugins/codestyling-localization/
and rescan theme files and change the string “in” to something like “kategori: ”
Best regards,
Yigit
This is going to be difficult. Is there a way to remove “in duyurular” ?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories, .text-sep-cat, .text-sep-date {
display: none;
}
Regards,
Yigit
thanks a lot..
I want to make bold pages’ heading. For example http://kamis.gov.tr/?page_id=11 at this adress you can see heading “Proje Hakkında”. How Can I make bold pages’ heading?
Hey!
Try adding this to your custom CSS.
.main-title {
font-weight: bold !important;
}
Best regards,
Elliott
it’s done, thanks