Hello,hi can anyone can tell me how to change the main menu and footer color in da Vinci 2.0
I am facing another problem when I add sub category from product category it’s not showing on main page category menu can you please guide me .... we meeee to upload new products thanks
how to change fonts colors on menu.
WP dashboard => Customization => Head and paste these code snippets into CSS style:
Plus can we add safe checkout icons on di Vinci 2.0 single product page ??
For creating a child theme and editing files? You have to learn how to do it yourself or find a freelancer somewhere.To whom should I contact for that ??
Post this into Appearance>Customize>Additional CSS
Or ... here ..
.mainnav ul li>a {
color: YOUR COLOR;
}
.mainnav ul li:hover>a, .mainnav ul li:active>a {
background: YOUR COLOR;
color: YOUR COLOR;
}
Get colour codes here ... https://www.w3schools.com/colors/colors_picker.asp
RightHi this is for the main navigation(product categories) right?
How about the text color for the .upheader? How do we change the colors for the upheader
Text colour are these color:text color
Right
Here's all my CSS for the top header and header area ... take your pick which ones you want ... edit the colours.
Just paste the whole lot into Appearance>Customize>Additional CSS ... and see what it looks like and delete the bits you don't want. (You can see the changes on the right as you delete them.
.breadcrumbs a, .top-header ul li a {
color: #000000!important;
}
.header .cart {
border-color: #ffffff!important;
}
.header, .header .shipping, .header .tbtn, .top-header {
background: #ffffff!important;
border-color: #ffffff!important;
}
.top-header {
background: #000000!important;
}
.header, .header .shipping, .header .tbtn, .top-header {
border-color: #000000;
}
.top-header ul li a {
color: #ffffff; }
.breadcrumbs a, .top-header ul li a {
color: #ccc!important;
}
.top-header__mail, .top-header__phone {
color: #ccc;
}
.search-form .btn-danger {
border-radius: 3px!important;
background: #005e8e!important;
color: #ffffff!important;
border-color: #005e8e!important;
}
.search-form .btn-danger:hover {
border-radius: 3px!important;
background-color: #595959!important;
border-color: #595959!important
}