• I want to put in my blog entries an excerpt, I want to be a h3 and having a size and a specific color.

    As I can change, I can not find the item that has the extract php and how I can change, thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you familiar with CSS?
    Does your theme have a section in the dashboard named, Custom CSS?

    These kinds of changes will need to be made in the style.css of your theme. You’d have to write an entry in the CSS file that specifies the size and color of those headers.

    h3 {
        font-size: 16px;
        color: #FFFFFF
    }

    You can learn about css here:

    https://www.w3schools.com/css/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’ve not built your theme from scratch, be careful not to change the theme’s original files as any changes made will erase once you update the theme.

    Thread Starter zagore

    (@zagore)

    Hi i learn something css,

    i don′t understand because h3…

    I will change all the h3 complete

    Thread Starter zagore

    (@zagore)

    The Excerpt is <p> by defect.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Design the excerpt’ is closed to new replies.