Site logo

Archived topic

Custom Note Style Type

3 replies · Started by Shahas on December 6, 2019

Viewing posts 1–4 of 4

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.

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/

+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.

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.

This archived topic is closed to new replies.