• Resolved veterinaryendoscopy

    (@veterinaryendoscopy)


    Im having trouble with the drop cap. Even when disabled it show on in the desktop version (mobile version is ok). How do I fix it?

    It happens in other pages too.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @veterinaryendoscopy

    At first, thank you for your response and for choosing our theme.

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    .post-content > p:not(.wp-block-tag-cloud):first-of-type:first-letter {
      font-family: "Playfair Display";
      font-weight: 400;
      float: left;
      margin: 0px 0px 0 0px;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      color: #030303;
    }

    Kind Regards

    Thread Starter veterinaryendoscopy

    (@veterinaryendoscopy)

    it worked! thank you a lot!!!

    Thread Starter veterinaryendoscopy

    (@veterinaryendoscopy)

    Sorry but I was rechecking every thing today and after the new CSS in center texts the first letter appears on the left side, a part of the original word. Let here a link to show it:

    https://endoscopia.pt/preparacao-do-paciente-endoscopia-veterinaria/

    Hi @veterinaryendoscopy

    Please replace the previous CSS snippet with this one:

    .post-content > p:not(.wp-block-tag-cloud):first-of-type:first-letter {
      font-family: "Playfair Display";
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #030303;
    }

    Kind Regards

    Theme Author WP Royal

    (@wproyal)

    Hi,

    If you have any other questions feel free to open a new support topic and we will do our best to help you.

    Kind Regards,
    Nick

    Hello hello,

    I’m using Ashe Pro and i’ve tried both. It just doesn’t work.
    I’ve deactivated the drop cap in the settings :
    Dashboard > Appearance > Customize > Blog Page > Post Elements and unchecked the option “Show Drop Caps”

    It was working on the mobile version but not the desktop one so i’ve tried to add the Additionnal CSS and now the drop cap stays active on all my posts even on mobile?

    Can you please help.

    I have latest WordPress and Ashe pro up to date.

    Regards.

    Hi @cptlee

    At first, thank you for upgrading to the pro version.

    For the Ashe Pro related questions, please contact us via this email address: info.wproyal@gmail.com

    Kind Regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘drop cap’ is closed to new replies.