• suncci

    (@suncci)


    Hello there,
    i need help with this blog https://happenedinthesunnyside.com/

    In my main side bar i have few menus called “zemlje”, so there in some of them i added more things to children menu. I would like to have some small dot, or whatever just to have a visual signal that there is something more in that menu.
    I really dont know how to do that, can you help me with css?

    Thank you

    Sunčana

Viewing 1 replies (of 1 total)
  • Siobhan

    (@siobhyb)

    Hi Sunčana,

    You could add something like the following snippet to the CSS panel in the Customizer in order to add a little arrow to indicate a dropdown in your menu:

    @media screen and (min-width: 768px) {
    .menu-item-has-children a:before {
        content: "";
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 5px solid #FFF;
        right: 29px;
        top: 23px;
        position: absolute;
        }
    }

    As an extra note: I can see that your site is hosted over at WordPress.com while these forums are intended for folks who are hosting their site elsewhere and running on the free software available at ww.wp.xz.cn.

    If you have extra questions on CSS or would like to further tweak the snippet I provided, please feel free to post on the dedicated CSS forum on WordPress.com. Staff and volunteers monitor the threads here:

    https://en.forums.wordpress.com/forum/css-customization

    As you’re a paid user, you also have access to live chat via the following form:

    https://wordpress.com/help/contact

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘children menu’ is closed to new replies.