Before you ask please READ THIS

menu request

Hello!
I would like to make the following changes on my menu

HEADER MENU
1. I would like to add a drop down option for the blog menu, that would be BLOG> photos sessions, Tips&Tricks, Editorial
2. In my older version the menu of the main pages (about, blog, portfolio) was transparent on top of the content( instead of on a white background) I can’t get that to work anymore
3. in the hamburger version I would like everything to be bigger, like new designs are doing (view example here: https://rafalbojar.com/)

FOOTER MENU
1. I would like to change the font styles, mainly ABOUT, BLOG, PORTFOLIO, CONTACT should be bold

thank you so much for your help!

Comments

  • AirAir
    Posts: 10,970
    Hey :-)
    rebs said: 1. I would like to add a drop down option for the blog menu, that would be BLOG> photos sessions, Tips&Tricks, Editorial
    1. Go to menu settings http://rifetheme.com/apollo13-framework/docs/basic-setup/menus/
    2. Enable adding Categories to the menu in the Screen options https://rifetheme.com/apollo13-framework/docs/basic-setup/menus/enabling-custom-post-types-in-menu/
    3. Arrange your menu into submenus by drag & drop :-)
    rebs said: In my older version the menu of the main pages (about, blog, portfolio) was transparent on top of the content( instead of on a white background) I can’t get that to work anymore
    You have to mix 2 things to achieve this:
    1. Enable in page options: Header → Hide content under the header → Yes, hide the content.
    2. Select in the same options header color variant that is transparent or semi-transparent https://rifetheme.com/apollo13-framework/docs/customizing-the-theme/header/variant-light-dark-overwrites/
    rebs said: in the hamburger version I would like everything to be bigger, like new designs are doing
    Do you want a bigger font size there? I believe we will have to do it by custom CSS, just let me know is this what you are looking for.
    rebs said: 1. I would like to change the font styles, mainly ABOUT, BLOG, PORTFOLIO, CONTACT should be bold
    Please add such custom CSS:
    .foot-widgets .widget_nav_menu ul > li {
        font-weight: bold;
    }
    .foot-widgets .widget_nav_menu ul > li li {
        font-weight: normal;
    }
    With kind regards.
  • Posts: 46
    Hello aria!
    thanks for your help...i managed to fix everything except for the submenu....
    i cant find the add categories section... i have the subcategories in my menu but it does not show it!
    Schermata 2020-02-29 alle 11.39.13.png
    2234 x 1202 - 273K
  • AirAir
    Posts: 10,970
    Hey :-)

    On your screenshot on the left, there is "Categories" panel - you can add your blog/post categories from there.

    If this is not what you are looking for, then please add more details.

    With kind regards.
  • Posts: 46
    Yes, that is what i mean, and what i did.

    "works" should show the sub-sections
    | E d i t o r i a l |
    | F a m i l y - S e s s i o n s |
    | T i p s - & - T r i c k s |

    but it does not seem to be working.
  • AirAir
    Posts: 10,970
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion