Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?

    #232720

    sorry… hello and thanks! :-)

    #232722

    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

    #232741

    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

    • This reply was modified 10 years, 1 month ago by JulioRomero.
    #232751

    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

    #232762

    when i copy and paste it in the quick css nothing happens. whether point 1 or 2. :-/

    #232767

    Hey!

    Have you tried flushing browser cache? If not, please do then refresh your page a few times.

    Best regards,
    Yigit

    #232770

    IT WOOOORKS! Thanks buddy, you’re awesome!

    #232781

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu Items in different Colours’ is closed to new replies.