Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229182

    Hi there
    I need to remove the rss icon as as well as the menu bar from the mobile/cell phone screen. Also there’s a box with a question mark sitting there, and idea what that is?

    #229183
    This reply has been marked as private.
    #229302

    Hi!

    I cannot see a question mark and RSS icon, i guess you have already removed them. If you would like to remove header meta on mobile, please add following code to Quick CSS

    @media only screen and (max-width: 767px) { 
    .responsive #header_meta {
    display: none;
    }}

    Cheers!
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.