Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1231473

    Greetings,

    I need to add a CSS code to this specific page
    https://per-vurt.com/category/knowledge-base/

    Basically i want to affect the titles of the post and add this CSS to increase the line-height since it looks very bad on mobile !
    {line-height: 0.8em !important}

    But how can i do so ?
    When i click on Edit Category, it doesn’t let me add any CSS code just like i do with any normal page ?

    Can anyone help me on this ? is there a way i can use the Custom CSS ? if yes how can i add a code that will target the title of the post in THIS SPECIFIC PAGE ONLY
    Thank you

    #1231630

    Hey Mohamad,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .archive.category-knowledge-base .post-title a {
      line-height: 0.8em !important
    }
    }

    Best regards,
    Rikard

    #1231704

    MANY THANKS
    It worked
    ;)

    #1231771

    Hi Cloudypro,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Category HELP !!’ is closed to new replies.