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.
Hello, Go to Appearance > Theme Option > Styling Option > Theme Stylesheet and change theme color scheme from there. Thanks & Regards Gourav Shrivastava
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.
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...?
Thank you all... same has been done.. I have 1 more concern how to change the font size of header menu.
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.
This is changing the color of main headings on but i need to change the size of drop down menus as well.
Thank you itz done now...if i want to remove close option on infobar and click here button how can i remove that....
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .closeicon { display: none; } Thanks & Regards Gourav Shrivastava
thank you Gourav for your instant support...1 thing more how can I add secondary Menu in footer in this theme..
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
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...
Hello, Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
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.
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 ....
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.
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.