Changing colour of icon box and hover colour
Hi,
I'm trying to change the colour and hover colour of a specific icon box.
I've given the icon box a custom CSS class name of:iconbox-white and put the following code in the Betheme options custom CSS section
.iconbox-white .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {color: #ffffff !important;}
However this has turned all of the icons white instead of just the one I want and the hover underline is still in the default colour rather than white.
Thanks in advance.
I'm trying to change the colour and hover colour of a specific icon box.
I've given the icon box a custom CSS class name of:iconbox-white and put the following code in the Betheme options custom CSS section
.iconbox-white .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {color: #ffffff !important;}
However this has turned all of the icons white instead of just the one I want and the hover underline is still in the default colour rather than white.
Thanks in advance.
Comments
please send us link to page where you did above customization so we can have a look on it.
http://d2396624.u299.pipeten.co.uk/
Thanks again.
http://d2396624.u299.pipeten.co.uk/Wp/
Thanks.
http://d2396624.u299.pipeten.co.uk/wp/
To change color for one icon that has iconbox-white class and to change line color, you need to use the following css:
Thanks.