Default page template not working

Discussion in 'ColorWay WordPress Theme' started by deepak81, Dec 23, 2013.

Thread Status:
Not open for further replies.
  1. deepak81

    deepak81 New Member

    Joined:
    Nov 29, 2013
    Messages:
    5
    Likes Received:
    0
    Dear Support staff

    First of all many thanks for your all support as i have managed to create our company website on my own. i think very soon you guys will create big unemployment for web developers :)

    i have done the maximum part but i was stuck with few functions and for that i was talking help from india. but it does not seems to work and not i have a big problem.

    1 - the default page template is not working ( it allows to write content and add widgets ) it seems like someone has removed the coding for that and now i can not write anything.

    2 - if you kindly give me CSS to change the font color and style of page and post titles.

    website - www.headhuntmultilingual.com


    thanks again.
    looking forward to hearing back
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For your first issue go to the Appearance -> Theme Options -> Styling Options -> Custom CSS section in your dashboard
    and follow the instruction shown in the image given below.

    [​IMG]

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-wrapper h2 {
    color: red;
    font-size: 24px;
    }
     
    .content-wrap .blog ul.blog_post li h2 a {
    color: red! important;
    font-size: 24px;
    }
    .content-wrap h1 {
    color: red;
    font-size: 24px;
    }
    In place of "red" you can put your color or color code and you can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. deepak81

    deepak81 New Member

    Joined:
    Nov 29, 2013
    Messages:
    5
    Likes Received:
    0
    Hello Piyush

    many many thanks. all sorted
    you guys are great. Keep it up
     
Thread Status:
Not open for further replies.

Share This Page