TOP Widget area without option?

  • Author
    Posts
  • #94060

    Hello,

    I try on my new web this new template and i have a problem with TOP widget are.
    WEB: http://soulsborne.funsite.cz/

    You can see on main page i have have an Discord text widget on top, look nice, but not good with land page.
    http://soulsborne.funsite.cz/novinky/ there is looking horrible and i want disable this widget area at top.
    I tryed:

    #header-widget-area {
    display: none;
    }

    Of course its apply on main “land” and normal (news), can i enable this widget are “ONLY” on land page? Thank you.

    Website: soulsborne.funsite.cz

    #94216
    Zed
    Cryout Creations mastermind

    If you want to apply styling only on the homepage, you can make the identifiers more specific:
    .home #header-widget-area { ... }

    You can also use widgets visibility plugins to hide widgets entirely on specific sections of the site.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #94251

    Thanks you, at the end i manage this little problem with a plugin “Widget options”, seems it’s work well. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘TOP Widget area without option?’ is closed to new replies.