Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183799

    How can I disable breadcrumbs?

    How can I style the Menu Items style?

    How can I style the MegaMenu font?

    How can I center the menu?

    thank you.

    #183822
    #184269

    Hey!

    1) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { display: none; }

    2) Can you elaborate? How you would like to style them?
    3) You can add following code to Quick CSS and adjust as desired

    #header .mega_menu_title, #header .mega_menu_title a { font-size: 20px; color: red; }

    4) You can add following code as well and adjust it to center your menu

    .main_menu { right: 30%; }

    Best regards,
    Yigit

    #184567

    Thank you. I guess I assumed these items would have an option to edit/style via the Admin menu.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.