Changing color of theme

Discussion in 'Infoway WordPress Theme' started by qubit2010, Mar 29, 2014.

  1. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    thank you piyush it is working... what is the default color of this theme i want that color to be displayed.....
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Go to the Appearance > Theme options > Styling Options and select "Default" from there.
    And default color is orange.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    You are not getting my point ok leave that think it in this way.... what is the default color is that an orange or what if i want to change red in the code below to this color how can i change this.....
    .topinfobar .siteinfourl p {
    background-color: red;
    }
    please reply me....
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    OK, You are asking for color code.
    It is '#e85a05'.
    You can use "Eye Dropper" (Chrome extension). To catch color from site.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Thank you Nitesh.
    It is done now I want to do few more changes on my website:-

    1. I want to mention two contact number's on top right where I have mentioned US number for now I want India number just below this number.
    2. I want to add career page and add apply form where person can upload resume we will get email with all the details.

    Regards,
    Jigyasu.
     
  6. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    How to use full banner on the place of logo of company and how to use two contact number's on the top home page.... please check the screen shot attached...
     

    Attached Files:

    • p1.png
      p1.png
      File size:
      121 KB
      Views:
      4
  7. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Please reply....???
     
  8. 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:
     .header {
    background-image: url('ENTER YOUR IMAGE URL HERE');
    background-repeat: no-repeat;
    min-height: 238px;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page