Activello Pro

I would like to subscribe to the Pro version. I would like more option with colors, design and fonts. How do I do that?

Hey there

Sorry, but there is no pro version of the theme, it’s only free and as is, if its not major changes I can help you to change colors, for this I need url of your website and reference of the element you want to customize, the screenshot is always awesome :slight_smile:

How do you remove the date stamp from a post?

hey there

You can use this CSS code to remove it:

.single span.posted-on {
    display: none;
}