change font size in presentation page

  • Author
    Posts
  • #4819
    briegull

    very simply: I would like to have a simple text or blockquote between the slider and the columns. I know how to edit html (not really css) but can’t find the file to edit.  I don’t want it at the size of <h1>. Just default para size.  I put in custom .css for h1 (not used elsewhere), like this:

    /* Mantra Custom CSS */

    .h1 {

    font-size: 14px;

    }

    but it didn’t work.

    #4829
    briegull

    To add to this: I used firebug to find the css (supposedly) and put custom css to change the font size into the Mantra settings place for that. Doesn’t work.

    #4863
    Kay
    Cryout Creations mastermind

    Try adding this:

    #front-text2 h1 {
    font-size:14px !important;
    }


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘change font size in presentation page’ is closed to new replies.