Custom CSS wording

Discussion in 'RoadFighter WordPress Theme' started by sean23, Oct 28, 2013.

  1. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Hi,
    I am trying to add multiple codes to the Custom CSS box in the styling options and being so the second code is not activating. Can you instruct how to put the different codes in the Custom CSS box. Please find below the way I currently have the codes listed.

    .home-content .page_info h3 {
    display: none;
    {
    p {
    line-height: 10px!important;
    }

    Thanks,
    Sean
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    By mistake you have forgot to close the curly bracket in your css code, So close it, This will solve your issue.

    Code:
    .home-content .page_info h3 {
    display: none;
    }
    p {
    line-height: 10px!important;
    }
    
     
  3. sean23

    sean23 New Member

    Joined:
    Oct 13, 2013
    Messages:
    23
    Likes Received:
    0
    Once I added the code correctly, all of my text started to merge together. Do you know why this may have happened? The below is an example of what I am trying to accomplish

    General Inquiries

    [email protected]

    I would like the spacing to be as below

    General Inquiries
    [email protected]
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Increase the value of line-height code given above as per your requirements, It will solve your issue.
     

Share This Page