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
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; }
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]
Hello, Increase the value of line-height code given above as per your requirements, It will solve your issue.