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
    Hi All,

    I have bought this theme few days ago, I want to change the color of theme which is on this site.. http://www.thereview.info and my site on which m working is http://www.qubitinformationsystems.com I have searched on theme I was not able to find this color in theme options due to this color we bought this theme if we are not able to use this color them this theme is useless for us.

    Please feel free to contact me.

    Regards,
    Jigyasu.
    9891908408.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Styling Option > Theme Stylesheet
    and change theme color scheme from there.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Piyush

    Piyush Support Staff

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

    In this theme the default color is orange.
    Go to the Appearance > Theme options > Styling Options panel in your dashboard and select default color scheme from Theme Stylesheet section.
    This will solve your issue.
     
  4. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Thank you piyush for your reply what is have undestood is orange color is default colour so If I would use default option in styling it will should me that color .... m I right...?
     
  5. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Thank you all... same has been done.. I have 1 more concern how to change the font size of header menu.
     
  6. 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:
    #menu .ddsmoothmenu li a {
    font-size: 18px;
    }
     
    You can change the value of "font-size" as per requirement.
    This will solve your issue.
     
  7. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    This is changing the color of main headings on but i need to change the size of drop down menus as well.
     
  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
    Thank you itz done now...if i want to remove close option on infobar and click here button how can i remove that....
     
  10. 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:
    .closeicon {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  11. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    thank you Gourav for your instant support...1 thing more how can I add secondary Menu in footer in this theme..
     
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.

    Now,
    Go to
    Appearance > Widget

    Drag Custom Menu widgets and select your menu from its option and drop it in the first widget area.


    Thanks & Regards
    Gourav Shrivastava
     
  13. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    Thank you for reply but i know this process which you are talking about and i have already created that on my site if u see on www.qubitinformationsystems.com. But my question really is that if i want to add menu vertically in footer like you see in image below. How to add this...[​IMG]
     

    Attached Files:

    • 1.png
      1.png
      File size:
      4 KB
      Views:
      3
  14. Piyush

    Piyush Support Staff

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

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    thank you piyush for your reply... how can i remove Lead capture form from home page...
     
  16. Piyush

    Piyush Support Staff

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

    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop your Widget in the Home Page Right Feature Widget Area.
    This will remove the default Lead capture form and display your widget on the home page.
     
  17. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    thank you piyush same has been done for now...... how to remove featured text on home page....Please find the screen shot attached...and how to move three featured tabs just below carousel ....
     

    Attached Files:

    • P1.png
      P1.png
      File size:
      31.7 KB
      Views:
      1
  18. qubit2010

    qubit2010 Guest

    Joined:
    Mar 26, 2014
    Messages:
    29
    Likes Received:
    0
    adding in last question how to change the color of carousel headings...
     
  19. 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:
    .slider_wrapper .infotag {
    display: none;
    }
     
    This will remove the featured text on home page.

    To move three featured tabs just below carousel,
    Download the front-page.php file attached with this post and replace it with your existing front-page.php present in your theme directory.
    This will move three featured tabs just below carousel.
     

    Attached Files:

  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:
    #carousel-full .carousel-posts li h6 a {
    color: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page