Second title area on portfolio page and portfolio items

Hello Support,
There seems to be a secondMenu area that comes up on my portfolio page. It is either a manual or a header. I would like to know how to remove it.My website hasn’t been published yet so I will have to give you acces.

Hello @Bergeron206,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.x-header-landmark {
    display: none;
}

I used Google Chrome Dev tools to find out the correct selector. If you would like to get started with Chrome dev tools, please take a look at following resources:

Please note that in above codes I used display none property. To learn more about display property and CSS, please take a look at following resources.

https://www.w3schools.com/css/css_display_visibility.asp

Thanks.

Brilliant!! Thank you so much!

We are delighted to assist you with this.

Cheers!

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