Hi, I upgraded to cloriato theme Pro and i cannot center the text in the homepage headind description. I have tried to enterin the Custom CSS box which i read on another post but nothing will happen. home_text p{ text-align:center; } I also have a dought. Is there anyway in the home page 2 cols to put a picture also on the right side instead of i video as i already had on lite. And how do i upload the image if posible if i have it on my computer. website: http://s510971446.mialojamiento.es/ thank you!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home_text p { text-align: center; } For this go to the Media > Add New panel in your dashboard and upload your image there from your computer and then copy the URL address of that image. Now, go to the Appearance -> Theme Options -> Home Page 2 cols panel of your dashboard and paste the code given below in the Right Column Content section. Code: <img src="Paste the URL address of your image here"> This will solve your issue.
thank you! problem solved so far! I also have another issue. At the end of my pages in the website you can see: Coments & Responses comments are closed I dont want any comments to be left but i want the page bottom to be clear, i dont want this to comments to appear. how do i remove them?? thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #commentsbox { display: none; } .content h3 { display: none; } Thanks & Regards Gourav Shrivastava