cannot change color on hover and change header
i need to change color on hover in 2 cases but i don't succeed. how can i change it?
1) the text change to hover should become white when the box is hover and become black...
2) the color of the button. i cannot change the full button background color, how to do that?
I also need to change the header, how to do that? i cannot find where this header is set up
this is the page where you can see my changes
Comments
Hello,
1) To achieve that you should create a special class that will change the text color after the hover, put the name of the class in Custom | Classes input in item options, and the Custom CSS Code of this class in Betheme -> Theme options -> Custom CSS & JS -> CSS.
2) Please, go to Betheme -> Theme options -> Global -> Buttons, select Style: Custom, and you will be able to customize your buttons however you want.
Thanks
For the hover problem i did as said but didn't work...
When you are adding a Class name in item input there should be no dot in fornt of it. Please, remove it.
Also, please try to use the following CSS Code instead.
.hoverTextColor div h4{ color: red !important; } .hoverTextColor div:hover h4{ color: white !important; }Thanks
ok it worked... but here's two more question
1) how to change the "copyright Muffin Group" at the bottom?
2) i have some icons like this <i class="icon-facebook-circled" style="color:#C1383A;"></i> i tried to change facebook with instagram but i can't find the instagram icon, is there a chance to use it ?
thanks
1) To change the Copyright section, please, go to Betheme -> Theme options -> Footer, and fill the Copyright section with text of your choice.
2) All icons available in Betheme are listed under the following link.
https://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
Find the instagram icon, and copy paste its name.
Thanks