Hi,
I have two questions:
1) How do I change the color of individual icon boxes? It currently only takes the color of your theme. Is there a way/custom code to change the color of per icon box?
2) Is this theme capable of creating a dropdown menu in the header like below? If so what are the steps?
Comments
https://nuvi2.wpengine.com/
.icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
If you want the border more rounded, use this csscolor: red !important;
}
.icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background-color: red !important;
}
a.action_button {border-radius: 10px !important;
}
https://nuvi2.wpengine.com/
.icon_box .icon_wrapper:hover i{Thankscolor: white !important;
}
Back to the rounded button corner question.
This code works if I use individual items:
What if I'm using codes in this format?
[button title="See all features" link="http://nuvi2.wpengine.com/how-it-works/" color="#ed007b" font_color="#ffffff" large="1"]
a.button {again, you would have to use this css to change the submenu fontsizeborder-radius: 10px !important;
}
#Top_bar .menu li ul li a {font-size:15px !important;
}
For the images you would have to add the black cover in some software like photoshop or gimp. We do not have an option for this and neither css will help.
thanks
To hide it, please go to the Theme Options > Header & Subheader > Subheader and tick on the 'Hide' option for "Page Title"