Centering Homepage Heading Description cloriato pro theme

Discussion in 'Announcements' started by titilino, Jan 28, 2014.

  1. titilino

    titilino New Member

    Joined:
    Jan 27, 2014
    Messages:
    2
    Likes Received:
    0
    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!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  3. titilino

    titilino New Member

    Joined:
    Jan 27, 2014
    Messages:
    2
    Likes Received:
    0
    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!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     

Share This Page