Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #348835

    Hi,

    As you can see link below single posts are centered by default. Also, heading is too big. Where Can I change this format?

    http://kamis.gov.tr/?p=282

    Thanks

    #348846

    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

    #348867

    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.

    #348872

    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

    #348884

    This is going to be difficult. Is there a way to remove “in duyurular” ?

    #348944

    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

    #349235

    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?

    #349532

    Hey!

    Try adding this to your custom CSS.

    .main-title {
        font-weight: bold !important;
    }

    Best regards,
    Elliott

    #349586

    it’s done, thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Single Post’ is closed to new replies.