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...
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.
Hello, Could you please specify us with the help of screenshot images that which background color you want to change.
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.
I did that the same you told me but it is not reflecting ....you want me to change slidertextbgnew.png or slidertextbg only.....
Hello, You need to change slidertextbgnew.png image. We have checked your website and it seems that you have change it successfully.
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...
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...???
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 will solve your issue.
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
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
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.
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...?
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
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...
Hello, Could you please specify us with the help of screenshot images that exactly which image color you want to change.
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.
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.