[Resolved] after pseudo-element in menu

Home Forums Support [Resolved] after pseudo-element in menu

Home Forums Support after pseudo-element in menu

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

    Hello.
    I’m trying to add a content after the main menu items but I’ve got something like this https://prnt.sc/gzvpyr instead of something like this https://prnt.sc/gzvq6h
    I always use this css code

    #mymenu > li{
    	display: inline-block;
    }
    #mymenu > li:after{
    	content: "-";
    }

    How could I achieve that using GeneratePress?

    Thanks!

    #407242
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this a shot?

    .main-navigation .main-nav ul li a:after {
        content: "-";
    }
    #408329
    Alberto

    Hello Leo!
    Ok, that’s right.

    Thanks a lot!

    #408525
    Leo
    Staff
    Customer Support

    No problem!

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