Page name and image

Hi,

how can i remove page name (Ana Sayfa) from my home page? I want to create a home like BeBlogger2.
Also how can i use this gray zone efficiently? And how can i remove it?

www.oguzhanylmz.com
image

image

Comments

  • Hi,

    1. This is subheader and you can disable it under Theme options > Header & Subheader > Subheader section.

    2. http://www.oguzhanylmz.com/hakkimda/ - this page doesn't look the same as on your screenshot above and to be honest, we don't know what exactly you would like to do.
  • edited January 2017
    Thanks for reply. So we accidentally notice a problem. I see my pages such as the screenshots by my admin panel. I have noticed that my website looks different when i check on another browser without login.

    So what could be the reason of that? I have deleted old theme but it looks like somehow we see old theme and BeTheme together.

    This is a random page - http://www.oguzhanylmz.com/hakkimda/

    image
  • Sorry but because this has completely nothing to do with the BeTheme itself, you need to look for a problem out of the theme. We suggest to start from plugins but if this won't help, you need to check files on server like .htaccess and all possible redirects. We can see that you are using cache plugin and this might be the reason of such behave as well. If you won't be able to find the reason, you need to contact with your admin or web developer.
  • Oh thanks a lot. Clearing the caches fixed it. :)
    By the way,
    lets turn back to my second question :)
    How can i use this gray zone efficiently? What is the image dimensions for it? And can i remove that field?
  • On our demos, we always use full hd size (1920px width) or you can also set cover size to cover entire header using the following css:
    body:not(.template-slider) #Header_wrapper {
        background-size: cover !important;
    }
Sign In or Register to comment.