Ethos: hide dat from portfolio and hamburger menu gone

Hello,

I have two questions:

  1. How to hide date from portfolio items from the display (I browsed through Forum but the code I found did not work)
  2. Hamburger menu disappears on smaller screens when I choose the Inline logo option (which I would prefer)

Can you help?

This is the page I am referring to: http://newvisionglazing.co.uk/home/

Thank you in advance!

All the best,
Klemens

Hi Klemens,

Thanks for reaching out.

  1. If you’re only referring to the recent posts in your home page (linked to portfolio items). Then please add this CSS to Theme Options > CSS
.type-x-portfolio .x-recent-posts-date {
display: none !important;
}
  1. I tried it my modifying the code through browser developer tools and made them inline, and the mobile menu is still there. Could you try making them inline again? Let us know so we could check it.

Cheers!

Hi Rad,

Thank you for a prompt response.

  1. Thank you for the code, works a treat, brilliant!
  2. Unfortunately, menu disappears altogether on smaller screens when logo positioned inline. Thoughts? http://newvisionglazing.co.uk/

All the best,
Klemens

Hi Klementyna,

The mobile menu is color white which makes it invisible on white background. Please add this CSS to to your preferred color

.x-btn-navbar.collapsed:hover {
    color: #226ba2;
}
.x-btn-navbar.collapsed {
    color: #226ba2;
}
.x-btn-navbar:hover {
    color: #226ba2;
}
.x-btn-navbar {
    color: #226ba2;
}

Hope this helps.

Hi Rad,

It helped indeed. You’re a star. Thank you!

All the best,
K

You’re welcome, K.

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