Home › Forums › Support › after pseudo-element in menu This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 20, 2017 at 10:27 am #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! October 20, 2017 at 2:05 pm #407242 LeoStaff Customer Support Hi there, Can you give this a shot? .main-navigation .main-nav ul li a:after { content: "-"; } October 23, 2017 at 1:54 am #408329 Alberto Hello Leo! Ok, that’s right. Thanks a lot! October 23, 2017 at 7:56 am #408525 LeoStaff Customer Support No problem! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In