Home Forums Pro Themes Kids Education Pro Top menu & text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82252
    VBS thinkelpad
    Participant

    Hello,

    Can I change the menu to the next.
    I now see after the creation of a few pages in the menu that the 4 is the link on a 2nd row.
    There is enough space left for an extra icon.
    How can I change this see https://demo.thinkelpad.be/
    We would also like to get the text “latest blog” from the photo

    Regards

    #82288
    wensolutions
    Keymaster

    Hello @thinkelpad-be,

    First of all thank you very much for using the theme.

    Now to adjust all the menu in the one row please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .main-navigation > ul > li {
        margin-right: 0px;
    }

    To remove the “Lates News” on the head add below given CSS in Additional CSS.

    .page-title .entry-title {
        display: none;
    }

    Hope this helps.

    Thank you.

    Regards!!

    #82340
    VBS thinkelpad
    Participant

    Hey,

    The removal of the text has been done perfectly.
    The alignment of the menu does not see my addition in css below.
    Link demo site: https://demo.thinkelpad.be

    .main-navigation > ul > li {
    margin-right: 0px;
    }
    .main-navigation ul li a {
    font-size: 12px;
    }
    .site-header ul li:before {
    font-size: 28px;
    }
    .page-title .entry-title {
    display: none;
    }

    #82354
    wensolutions
    Keymaster

    Hello @thinkelpad-be,

    In the theme, there are left menu and the right menu i.e. you can add the menu to both left side and right side of the site identity section.

    Also, we thought you wanted to display all the menu in the same row and which seems to work okay with the CSS that we have provided to you.

    If this is not what you are looking for then please provide the screenshot marking where to you want to place the icon?

    Thank you.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.