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 for the reply... this does not serves the purpose actually because i want to change the color of carousel in this screen shot...please look into this...
     

    Attached Files:

    • P1.png
      P1.png
      File size:
      337.8 KB
      Views:
      2
  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:
    .showcase-thumbnail-content h3 {
    color: red;
    }
     
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  3. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    If i want to change the background color as orange....not text color....
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    sure....Please find attached....
     

    Attached Files:

    • P1.png
      P1.png
      File size:
      304.3 KB
      Views:
      5
  6. Piyush

    Piyush Support Staff

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

    It is an image not a color in the background, If you want to change its color then,
    Go to images directory present in your theme directory and replace your image with present slidertextbgnew.png image or edit it.

    The name of image is "slidertextbgnew.png".
    Note:- Use same name for your edited image and remove the current image.
     
  7. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    I did that the same you told me but it is not reflecting ....you want me to change slidertextbgnew.png or slidertextbg only.....
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    hi,

    I have changed from black color to orange but it is not showing orange..it is still showing black.... I don't think its changed....
    Can u please check this again...
     
  10. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    sorry ... it has been changed successfully... thank you for your support.... as you can see on my website I have used contact us tab in Infobar on top right... if I want to use image in box where contact us is place.... can I able to add image...???
     
  11. Piyush

    Piyush Support Staff

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

    Go to the header.php file present in your theme directory and paste the code given below in that file as instructed in the image given below.

    Code:
    <p><img src="Enter Your Image Url Address here"></p> 
    [​IMG]

    This will solve your issue.
     
  12. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Hi all,

    1. I want to remove section below the slider in Www.qubitinformationsystems.com please check and let me know how can I remove...
    2. How to change the font size in footer.
    3. How to remove cone on the top
     
  13. 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:
     a.readmore {
    display: none!important;
    }
    .footer ul li a {
    font-size: 15px;
    line-height: 28px;
    }
    .footer .footer_widget h4 {
    font-size: 23px;
    }
     
    

    Could you please explain your problem with the help of screenshot, where you want to remove(remove cone on the top), so that we can give you the exact solution.

    Thanks & Regards
    Gourav Shrivastava
     
  14. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    hi i have website www.qubitinformationsystems.com i have some points which i want to discuss with you.:-

    1.I want to reduce the white gap between carousal and tag line.
    2. I want to format word "How we work" to "How We Work" in footer how can i do.

    Regards,
    Jigyasu.
     
  15. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Hi on my website...www.qubitinformationsystems.com I have done many changes I want to remove the white space which is available in between carousal and tag line...how can I remove this white space...?
     
  16. 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:
     
    .contentbox {
    display: none;
    }
    .testimonial{
    padding-top:0;
    }
    .footer .footer_widget h4 {
    text-transform: capitalize;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     
  17. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as instructed in the image given below.
    Code:
    <p><img src="Enter Your Image Url Address here"></p>


    This option is not working fine... can u please tell me how to change color of image on contact us tab in top infobar...
     
  18. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  19. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Hi Piyush,

    Please check the image shown below and i want to change the color of contact us tab to color of our theme which is Burnt orange.

    Regards,
    Jigasu.
     

    Attached Files:

    • P1.png
      P1.png
      File size:
      1,004 bytes
      Views:
      3
  20. 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:
    .topinfobar .siteinfourl p {
    background-color: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page