How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Visual Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1474
    Christopher Witte
    Participant

    Hi,

    I have two visual issues with the theme.

    Firstly, widgets are showing up at the end of the front page, how do i turn this off?

    Also, the “header background image” is showing up as a background image in the middle of the site – and i cant remove it or make the background white.

    Can you help me?

    Best

    #1499
    admin
    Keymaster

    Hi Christopher and sorry for the delayed response,

    If you want to hide the sidebar(widgets) from the mobile view you can add the following to your child theme:

    `@media (max-width: 767px) {
    #sidebar { display:none; }
    }`

    Depending of which header style you have selected in Visual Options a background image is shown in header.
    If you want to disable this background image you can add this style in your child theme:

    `header { background-image:none; }`

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