Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1257038
    dabbevdbrand
    Participant

    Hi guys,

    when I add custom css in normal width display: none; the category text is removed, but when in mobile it reappears again,

    can you tell me how te remove it?

    Link:

    http://lekkerfoodblog.nl/product-categorie/sieraden/ringen/

    #1257353
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    header.x-header-landmark.x-container.max.width {
        display: none !important;
    }

    Thanks.

    #1257703
    dabbevdbrand
    Participant

    I did this, but It doesnt disappear

    please help

    #1257774
    Christopher
    Moderator

    Hi there,

    There are missing curly brackets in your code, find following code and close curly bracket at the right place :

    @media (min-width:979px){
    ..x-navbar.x-navbar-fixed-top.white {
       background-color: #fff !important;
    }

    Also remove double predot from selector.

    It should be :

    @media (min-width:979px){
    .x-navbar.x-navbar-fixed-top.white {
       background-color: #fff !important;
    }
    }

    Find following code and close curly bracket :

    .woocommerce .cart .actions .coupon input[type="text"] {
        width: 100%;
        margin: 0;

    Hope it helps.

    #1258045
    dabbevdbrand
    Participant

    you mention I didnt use close curly bracket but I did?

    My css is working , just not your css line,

    Could you please help get rid of the text :

    Category Archive
    Below you’ll find a list of all items that have been categorized as “”

    #1258122
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .archive .x-landmark { display: none; }
    

    Thanks.

    #1269469
    dabbevdbrand
    Participant

    Guys,

    I tried everything that you said,

    Please check http://creativeuseoftechnology.com/product-categorie/mini-wallet/

    I cant get rid of id using any css you provided me.

    please help

    #1269485
    Paul R
    Moderator

    Hi,

    Please clear your browser cache.

    It is not showing up on my end.

    http://screencast.com/t/7SrNAKiKE6aP

    Thanks

    #1269559
    dabbevdbrand
    Participant

    haha come on guys please read the thread 🙂 its about sizes less than desktop, if you drag the screen to the middle or left you’ll see what I mean.

    Please help

    #1269618
    Joao
    Moderator

    Hi There,

    Your site is not working on my end at the moment.

    Is it working on yours? Do you have any security on your hosting ?

    Thanks

    Joao

    #1272314
    dabbevdbrand
    Participant

    Does it work now? it should work

    #1272458
    Rue Nel
    Moderator

    Hello There,

    It looks like your site is down. You can check it here:
    http://downforeveryoneorjustme.com/http://lekkerfoodblog.nl/
    http://www.isitdownrightnow.com/lekkerfoodblog.nl.html

    Please ask assistance with your hosting provider to resolve this issue first.
    Please let us know how it goes.

    #1272876
    dabbevdbrand
    Participant

    Guys, as I said we moved domains, the website is http://www.creativeuseoftechnology.com

    Please help

    #1272878
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .archive .x-landmark { display: none !important;  }
    }
    

    Hope that helps.

    #1272962
    dabbevdbrand
    Participant

    This doesnt work,

    please help

  • <script> jQuery(function($){ $("#no-reply-1257038 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>