some questions

Discussion in 'Cloriato WordPress Theme' started by marios863110, Apr 27, 2013.

  1. marios863110

    marios863110 Guest

    Joined:
    Apr 19, 2013
    Messages:
    2
    Likes Received:
    0
    1. is it possible to make the homepage heading discretion in the center ?
    2. also i would like to add a color box with text for my pages can i do that ?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1. For your first issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .home_content .home_text p {
    text-align: center;
    }
    This will make the homepage heading description in the center.

    2. For your second issue,
    Please explain you issue more clearly and specify it with the help of screenshot images that where you want to add color box.
     

Share This Page