Page title issue when inserting a badge

  • leticia

    #7852

    Hi,

    First of all, thanks for the great theme!

    I need a bit of help: I get an issue with the page title when inserting a researcher id badge in there. The title font size dramatically reduces, making it hard to read.

    I do not have any clue of what’s going on… Could someone help, please? Thanks!

    Leticia

    Admin

    Syahir Hakim

    #39562

    URL to where this is happening?

    leticia

    #39563
    Admin

    Syahir Hakim

    #39564

    Try adding this to the theme’s Custom CSS option:

    .post-title,
    .post-title a {
    font-size: 24px !important;
    }

    leticia

    #39565

    thanks but, unfortunately, this doesn’t seem to help

    Admin

    Syahir Hakim

    #39566

    I don’t see the code being added to your site. Are you sure you’ve entered it correctly and clear your site’s cache if you’re using any caching plugin?

    leticia

    #39567

    you are of course right, it works now

    however, it is in bold or with a different font as compared to the other page titles

    what kind of option should i then add?

    Admin

    Syahir Hakim

    #39568

    Try this instead:

    .post-title,
    .post-title a {
    font: normal 24px "Pontano Sans", sans-serif !important;
    }

    leticia

    #39569

    works wonderfully!

    not only the theme is great, but the support is fantastic too

    thanks a lot!

Viewing 9 posts - 1 through 9 (of 9 total)

  • You must be logged in to reply to this topic.