Cannot get rid of portfolio sorting dropdown menu

Hello,

Per the topic title, I can’t seem to get rid of the top right sorting dropdown menu on my portfolio page… at least that’s what I think it is. It appears as a solid white bar at the top right corner of my portfolio (please see: https://fanningfx.com/motion). I looked through previous forum posts and tried adding the appropriate CSS/javascript to nix it, but my troubleshooting attempts haven’t worked so far. I managed to get rid of the plus icon, but not the dropdown bar. This issue only just cropped up in one of the recent X Theme updates, so I suspect it’s a possible bug (if I didn’t do anything else wrong). Any help is appreciated.

Thanks,
Ed

Hello Ed,

Thanks for writing in! To get your issue resolved, please refer to this old thread:

Regards.

Awesome! Adding the following CSS code from that thread got rid of it:

.option-set.unstyled {
 display: none;
}

Thanks for the assist!

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.