Button see it live! - portfolio

Probably simple question, but can’t find the answer. Where can I add the button " See it live!" to my portfolio and blog posts. How to customize the existing one?

Ok, I know how to add. But how to customize it? (using child theme)

Hi there,

You will have to add some CSS code to customize the button like this:

.x-portfolio .entry-extra .x-btn {
    margin: 2.5em 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #ddd;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.