Viewing 20 posts - 1 through 20 (of 28 total)
  • Author
    Posts
  • #163195
    marie21
    Participant

    Hello,

    I want to hide the “extra header widget area” from some special sites and tried for the customizing css as follows:

    .page-id-2233 extra-header-widget-area {
    display:none;
    }

    … but this area is still showing. Please can you tell what I do wrong?

    Thank you very much in advance.

    #163228
    sapana
    Participant

    @marie21:Please post in your site Url so that I can look into that issue.

    Kind Regards,
    Sapana

    #163237
    marie21
    Participant

    Hello Sapana,

    thank´s for reply.

    URL for site with ID 2233: https://nest-electronics.com/landingpage-software-fuer-die-qualitaetskontrolle/
    Website: https://nest-electronics.com

    #163240
    sapana
    Participant

    @marie21: Can you please explain me which section you want to hide? I have send screenshot can you take a look.

    Kind Regards,
    Sapana

    #163241
    marie21
    Participant

    Yes. This section.

    #163242
    sapana
    Participant

    @marie21: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .siteorigin-widget-tinymce.textwidget {
    display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #163243
    marie21
    Participant

    Yeah! Great! Thank you very much 🙂

    #163244
    sapana
    Participant

    @marie21:Hello marie21,I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/catch-responsive/reviews/#new-post Your review will help others know what to expect when they’re looking
    for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    #163245
    marie21
    Participant

    I would like to do that. Unfortunately, I find no way to submit a new review – I can only edit an existing one …

    #163246
    sapana
    Participant

    @marie21: You must login to WordPress.org account to post your review.

    Kind Regards,
    Sapana

    #163247
    marie21
    Participant

    I know, I was …

    #163248
    sapana
    Participant

    @marie21: If you have already provide the review then you cannot add the next review, Thank you marie for your genuine review on our theme.

    Kind Regards,
    Sapana

    #163250
    marie21
    Participant
    #163258
    marie21
    Participant

    It´s me again.

    Now I saw, that all .siteorigin-widget-tinymce.textwidget – Areas are hide, the needed once for the content as well.

    So now I switched the line from the Extra Header Widget vom .siteorigin-widget-tinymce.textwidget tho the normal .textwidget and changed you code to .page-id-2233 .textwidget {display: none;} but the siteorigin-widget…textwidget are still hide.
    Can I specify the code that just the normal textwidget in the header should be hide and all other textwidgets from siteorigin are shown?

    #163472
    Skandha
    Participant

    @marie21: Can you let me know which site origin widgets are hidden that you want to show up.
    When you use .page-id-2233 .textwidget {display: none;} only the contact number and email text widget should be hidden.

    Kind Regards,
    Skandha

    #163542
    marie21
    Participant

    Hello,

    thank´s for reply.

    All site origin widgets should show up like now – just the text widget with the Telefonnumber and E-Mail Adresse on the right side under the icons should be hide.
    https://nest-electronics.com/landingpage-software-fuer-die-qualitaetskontrolle/
    but unfortunatly .page-id-2233 .textwidget {display: none;} dosn´t work out …

    Best regards

    #163543
    Skandha
    Participant

    @marie21: Using .page-id-2233 .textwidget {display: none;} the widget is being hidden when I check your site at my end. Please try clearing your browser cache and let me know if this works out!

    Kind Regards,
    Skandha

    #163544
    marie21
    Participant

    mmmh – strange. I cleared the cache already IE and Chrome but it´s still show up

    #163549
    Skandha
    Participant

    @marie21: This is strange. I will need to login to your site and look into the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #163552
    Skandha
    Participant

    @marie21: Do you want to hide the text widget only on a particular page or on your entire site? Please let me know what you would like to do.

    Kind Regards,
    Skandha

Viewing 20 posts - 1 through 20 (of 28 total)
  • The topic ‘hide Extra Header Widget Area on single pages’ is closed to new replies.