-
AuthorPosts
-
March 5, 2014 at 3:30 pm #232718
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?
March 5, 2014 at 3:31 pm #232720sorry… hello and thanks! :-)
March 5, 2014 at 3:34 pm #232722Hi!
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 functionalityRegards,
YigitMarch 5, 2014 at 3:48 pm #232741Hey! 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- This reply was modified 10 years, 9 months ago by JulioRomero.
March 5, 2014 at 4:02 pm #232751Hey!
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,
YigitMarch 5, 2014 at 4:14 pm #232762when i copy and paste it in the quick css nothing happens. whether point 1 or 2. :-/
March 5, 2014 at 4:19 pm #232767Hey!
Have you tried flushing browser cache? If not, please do then refresh your page a few times.
Best regards,
YigitMarch 5, 2014 at 4:20 pm #232770IT WOOOORKS! Thanks buddy, you’re awesome!
March 5, 2014 at 4:32 pm #232781 -
AuthorPosts
- The topic ‘Menu Items in different Colours’ is closed to new replies.