• Been trying to increase the size of the page title (see attached image).
    Using a child theme – tried the following in the style sheet but no-go.
    Advice appreciated

    /* Page Title*/
    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.twentyseventeen-front-page)
    .entry-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.14em;

Viewing 6 replies - 1 through 6 (of 6 total)
  • hi

    /* Page Title*/
    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.twentyseventeen-front-page)
    .entry-title {
    color: #222;
    font-size: 24px!important;
    font-weight: 600;
    letter-spacing: 0.14em;

    copy my code and try again i have add “! important”

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use:

    
    .single-post .entry-title, 
    .page .entry-title {
        font-size: 24px;
    }
    

    don’t forget to clear browser cache to see update result

    Moderator t-p

    (@t-p)

    WP2017

    Do you mean 2017 theme?

    If so, i recommend asking at https://www.ads-software.com/support/theme/twentyseventeen so the plugin’s or theme’s developers and support community can help you with this.

    Thread Starter eltel

    (@eltel)

    Thanks Buppal & Andrew – tried both ideas but, unfortunately they don’t make any difference.

    “””””””””””
    style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
    Version: 1.1.1488458393
    Updated: 2017-03-02 12:39:53

    */

    }

    /* Page Title*/
    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.twentyseventeen-front-page)
    .entry-title {
    color: #222;
    font-size: 24px!important;
    font-weight: 600;
    letter-spacing: 0.14em;

    }
    .single-post .entry-title,
    .page .entry-title {
    font-size: 24px;
    }
    “””””””””””””””
    Same result in all browsers – clearing cache each time

    TP – will post in the twenty seventeen area if necessary – will bear in mind for the future

    Thanks

    Thread Starter eltel

    (@eltel)

    Hold up! Just found it…… I don’t know why this works, though.
    First of all, I added the code directly into the child theme style sheet (style.css) and it didn’t work.
    I’ve now entered the same code into Simple Custom CSS and it works!!! Bit of a fluke to find it but….did I do something wrong here originally???

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP2017 Title issue’ is closed to new replies.