• Resolved Ceecee

    (@edicodesign)


    Hello! Where would I find the code for the primary menu Customizer (or would I just need to add this as additional CSS to override?)

    I want to get rid of the arrow next to ‘Request a Quote’ that pulls down the sub level menu that says ‘Services’. Ideally I would like to get rid of the arrow altogether but if that’s not possible I would like to change the colour of the container to match the background so you just see the down arrow in blue. Right now it’s a couple different greys depending on the state and I am ready to get rid of the Services page because the arrow bothers me so much.

    Any suggestions ? (I can poke around in the code and recognize some things but am not a master coder by any stretch of the imagination)

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @edicodesign,

    Thanks for reaching out, although I’m sorry to hear the menu dropdown arrow in your Crio theme is giving you trouble.

    You can actually remove the dropdown arrow without modifying CSS or template files directly. You can use the CSS/JS customizer option to add custom CSS to remove it from the WordPress Customizer (Appearance > Customizer > CSS/JS Editor).

    Just add this snippet and it should remove the dropdown arrow

    .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean li.menu-item>a>span.sub-arrow {
    display: none !important;
    }

    I hope this helps!

    Thread Starter Ceecee

    (@edicodesign)

    it did the trick, thank you!! Anyone coming across this in the future, I added to the CSS box not JavaScript. ??

    Awesome @edicodesign,

    I’m so happy you were able to get this resolved!

    My apologies, assumed being that this was CSS I was providing for you, you would understand to place it in the CSS section. Thanks for pointing that out of future readers!

    Thread Starter Ceecee

    (@edicodesign)

    @brandonco thank you! Yes I’m aware it’s CsS but others may not know the difference; just clarifying which box it belongs in. I so appreciate it , I wish I had your knowledge!! I aim to improve my coding knowledge , it’s so valuable for minute changes to styling like this!!

    Thanks a lot for that @edicodesign,

    If you’re looking to improve your coding chops YouTube and Udemy are going to be your best friends! I know you can do it!

    Please don’t hesitate to reach back out if there’s anything else we can answer for you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Crio Promary Menu-Sublevel Arrow’ is closed to new replies.