[Support request] Custom Note Style Type

Home Forums Support [Support request] Custom Note Style Type

Home Forums Support Custom Note Style Type

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

    Thank you for this awesome theme. Could you please add the the note style in your theme like the image below. There are other themes which provide similar things. But, i love GeneratePress theme for my website. But, if you add this thing then this will be the perfect theme for me and similar users like me.

    #1096281
    Leo
    Staff
    Customer Support

    Hi there,

    This is something that can be done with CSS when it is needed therefore we won’t be adding this to the theme.

    Keep in mind that we only add options that are useful for the majority of the users in order to keep the theme and premium plugin lightweight and fast.

    You can do something similar like this:

    <div class="custom-notes">
        notes content
    </div>

    and this CSS:

    .custom-notes {
        padding: 20px;
        background-color: #333;
        border: 1px solid #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1096286
    Aref

    +1, Generatepress theme is really awsome and working very well. I like the idea Shahas, that would be very useful for highlighting important texts on the posts.

    #1096292
    Leo
    Staff
    Customer Support

    Thanks for your input 🙂

    The solution I provided above should work.

    This case we won’t be adding the code to everyone’s site when they are not needed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.