Michele Member
Member since: May 6, 2016
I’ve to remove on the header and on thenivo slider the “shadow” color.
The original css is:
.header .header-inner, .slide_info {
background-color: rgba(61,61,61,0.1);
}
But this line is on index-default.php not in stylesheet css
I’ve added this custom CSS
.header .header-inner, .slide_info {
background-color: rgba(61,61,61,0);
}
But the darkest zone still remain.
I’ve also try to modify the index-default.php… but not function
Vanessa Gómez Participant
Topics: 185 Replies: 484 Total: 669
Member since: July 4, 2016
Hi Brad,
Thanks for your help. But the code don’t work.
Finally I found it: li.active a:link, li.active a:visited { color: #ffae00!important; }
Now it works!!
Best regards,
Vanessa
Marc K. Member
Topics: 8 Replies: 43 Total: 51
Member since: October 12, 2015
Hi Shri,
I noticed that you already changed the font color, i am very grateful.
Can you tell me what changes you have made?
Have a great day,
Greetings and kind regards,
Marc
Sonal S Sinha Moderator
Topics: 0 Replies: 31308 Total: 31308
Member since: August 16, 2013
Add this code in Custom CSS Box:
.lang-es.active a { color:#ffae00;}
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31308 Total: 31308
Member since: August 16, 2013
Hi Vika,
Add this code in custom css box:
@media screen and (max-width:768px){
.woocommerce .product{color:#666666 !important;}
}
Regards,
Brad
Chey Member
Topics: 6 Replies: 8 Total: 14
Member since: March 29, 2016
I guess the “right sidebar” is the “default” option.
http://cheyottosoncreative.com
• Still need to change the color of text in sidebar to white.
• Is there any way to add a “View more” Button under my Gallery Carousel so every single Gallery Photo doesn’t show up? And can I remove the “All” Button? It’s too messy showing all.
Sonal S Sinha Moderator
Topics: 0 Replies: 31308 Total: 31308
Member since: August 16, 2013
Hi Manhal,
Kindly go to Appearance>>Theme Option>>Basic Setting
You will find background color option, within background color there is a option “Select background color for section first column 1”.
Regards,
Dave
Sonal S Sinha Moderator
Topics: 0 Replies: 31308 Total: 31308
Member since: August 16, 2013
Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.copyright-wrapper{background-color:#ffffff !important;}
Regards,
Brad
Hi,
How can I change color (blue) in footer and credits sections?
Thanks
Giovanni
Margarita Member
Topics: 16 Replies: 29 Total: 45
Member since: May 7, 2016
I too am trying to change the “Opening Hours, Emergency Case, and Doctors Timetable” section. How do I change the colors and modify the text and such. Thanks.
Joseph Member
Member since: December 15, 2015
How to I change the font, font color, and position of the Title, Description, and Read More Button of the slider section using Kraft Pro? I see how to change the font and font color int he Basic Settings but some of my background images won’t show unless I change the color and position. I need the words to move a bit to the left.
Manhal Member
Member since: February 8, 2016
i want to change the color of home three boxes section three pages to gray color can you please let me know
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.footer-col-2 ul li a { color:#003466 !important;}
.footer-col-2 ul li:hover a { color:#fff !important;}
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea, #contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, #contactform_main span.capcode { background-color:#fff !important; border-color:#fff !important;}
Regards,
Shri
can you please help me change the color of the mobile header? it is currently displaying black, which does not allow my logo to be seen.
i tried this code:
@media screen and (max-width:767px) {
.home .header {
background-color: rgba(244,243,243) !important;
}
}
but, clearly, i’m doing something wrong.
thanks!