• I read all over the forums,still nothing helps,I use zomer and I want to replace the italic font style from categorys with a normal font.

    Zomer

    Also into a page category is displayed above the post,I want to be beneath the post.
    “Thanks for the interest” is the category name.

    Zomer

    • This topic was modified 7 years, 7 months ago by RazvaNC3050.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Taras Dashkevych

    (@taskotr)

    Hi,

    “I read all over the forums,still nothing helps,I use zomer and I want to replace the italic font style from categorys with a normal font.”
    – I am assuming that you are talking about single post footer section. So, here is a css for it:

    
    .hentry .entry-footer .cat-links, 
    .hentry .entry-footer .tags-links {
      font-style: normal;
    }
    

    “Also into a page category is displayed above the post,I want to be beneath the post.”
    – In order to do so, you will need to modify theme’s files: template-parts/content.php. Please understand that we give away our free themes “as is” and do not provide any help with customizations beyond the scope of the theme’s intended style or functionality.

    Best,
    Taras

    Thread Starter RazvaNC3050

    (@razvanc3050)

    It works!
    Thank you!

    Thread Starter RazvaNC3050

    (@razvanc3050)

    What can I do so when someone choose a post and click it I want it to lead into the post.
    For exemple I have into a page 10 posts without title so no links to lead to post,what I want to do is when someone click the box post to lead into the post.

    • This reply was modified 7 years, 7 months ago by RazvaNC3050.
    Theme Author Taras Dashkevych

    (@taskotr)

    If you check our demo @ https://demo.themesharbor.com/zomer/ you can see that there are three ways to open an original post:

    #1. Featured image;
    #2. Post title;
    #3. More tag (to learn more about it please see this. );

    These three elements provide a link to the original post. Unfortunately, there is no other way to open the post.

    Thank you,
    Taras

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove Italic font ?’ is closed to new replies.