Change font-text size on PP

  • Author
    Posts
  • #35292
    Kelly

    Hi

    I want to change the text title and column size title on the PP. I have a child theme but adding the css to my styles folder doesn’t work. Neither does adding !important;

    #front-text1 h2,
    #front-text2 h2,
    #front-text5 h2,
    #front-columns h2 {
    display: block;
    float: none;
    margin: 0px auto;
    font-size: 20px;
    line-height: 55px;
    clear: both;
    font-weight: 300;
    }

    I notice that in the Nirvana theme folder the presentation page has it’s own .css file ‘style-frontpage.css’ Do I need to make a child version of this file too?

    Thanks in advance,

    Kelly

    #35414
    Zed
    Cryout Creations mastermind

    Make your custom styling more specific (try adding body at the beginning of each identifier):
    body #front-text1 h2, body #front-text2 h2, ....


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Change font-text size on PP’ is closed to new replies.