1.) How can I modify the colours of the font in individual menu Items?
For example:
Menu Item 1(grey font) – Menu Item 2(green font) – Menu Item 3(blue font) – …..
2.) How can I modify the colours of the Icon in the Icon Box?
Same example like in point 1.).
3.) How can i add a function in the contact form to upload files?
sorry… hello and thanks! :-)
Hi!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#menu-item-2275 a { color: red; }
#menu-item-2293 a { color: green; }
You need to change the menu item ID’s to match your menu items. You can right click on menu items on Chrome or Firefox and inspect elements to find the ID’s.
2- It is a bit more complicated than that. Can you post the link to your website and point out icon boxes?
3-You are going to need to use a plugin for that as default contact form does not support upload functionality
Regards,
Yigit
Hey! Thanks so far! You’re fast!
1.) it doesn’t works: for example the post id for “projekt” is 866 right? but that doesn’t works
2.) famas.designu.de
The first box “project” in colour #e44826
The second box “arbeitssicherheit” in colour #f7a600
The third box “seminars” in colour #3fa535
Hey!
1- No, it is 868 actually. I think that is why it did not work
2-
.home .avia-builder-el-2 .iconbox_icon { background-color: #e44826 !important; }
.home .avia-builder-el-4 .iconbox_icon { background-color: #f7a600 !important; }
.home .avia-builder-el-5 .iconbox_icon { background-color: #3fa535 !important; }
Best regards,
Yigit
when i copy and paste it in the quick css nothing happens. whether point 1 or 2. :-/
Hey!
Have you tried flushing browser cache? If not, please do then refresh your page a few times.
Best regards,
Yigit
IT WOOOORKS! Thanks buddy, you’re awesome!