Changing H1 tag to normal text

Discussion in 'Infoway WordPress Theme' started by tekkentim, Mar 25, 2013.

  1. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi support team,

    As i´m starting up a new project, im running into a problem.. At the moment the theme makes a H1 tag of the page your viewing.. as i want to create my own H1 tag, i changed this in the editor, so it will display as normal text instead of a H1 tag ( see url http://www.mijnespresso.com/?page_id=6 ESPRESSO APPARATEN)

    After changing it from a H1 tag to normal text font with size 20, it wont align in the center anymore, it kind of floats at the top of the bar..

    Is there a way to fixt it ? I tried to change it to a H2 or H3 tag, but then the text is not visible anymore.

    Thanks for the help in advance,

    Greets,

    Tim
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Tim,
    Remove all change that you have done previously for change in font size of H1 Tag.
    and then paste the following code given below in your custom css
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-heading h1{
    font-size:20px;
    }
    
    Inplace of '20px' you can put your required value for the font size of h1 tag.
    This will solve your issue.
     
  3. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Piyush,

    Thanks for the reply.

    I don't want it to be a H1 .. i just want it to be a normal piece of text, size 20.. I want to be able to create my own H1 tags...
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     

Share This Page