Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #260003
    vsmeu
    Participant

    Hello,

    I do not want to display my shopping cart at the top right of the site, as my shop is not yet active.

    Which file should I edit by commenting on the useless source code tip ?

    http://rawsubnoise.com/?customize_changeset_uuid=68dbbd56-b992-4861-a284-22a008243f83&customize_messenger_channel=preview-1

    Thanks,

    Victor

    #260052
    Skandha
    Participant

    @vsmeu: Hello Victor,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-cart-wrapper {
        display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #260074
    vsmeu
    Participant

    Great, thank you so much for the quality of the support.

    Victor

    #260092
    vsmeu
    Participant

    I have a similar problem with the informations about date and user that created a page or an article…

    For example, in the link below, I need to hide “Septembre 18, 2020 RSN” just under ‘Musique” title, in the center of the page…
    Page For Example

    Thanks for your help

    Victor

    #260096
    Skandha
    Participant

    @vsmeu: Hello Victor,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single .entry-header .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #260118
    vsmeu
    Participant

    Hi

    That works on some pages but not on all pages.

    Thanks for your help

    #260117
    vsmeu
    Participant

    That works on some pages but not on all pages.

    For example, it’s ok on this pages :
    http://rawsubnoise.com/album/discographie
    http://rawsubnoise.com/biographie

    But it doesn’t work on this ones :
    http://rawsubnoise.com/news
    http://rawsubnoise.com/gallerie
    http://rawsubnoise.com/liens
    http://rawsubnoise.com/newsletter

    Thank you

    #260137
    Skandha
    Participant

    @vsmeu: Hello Victor,
    Please use the following CSS Code instead of the above one.

    .custom-header-content .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #260141
    vsmeu
    Participant

    Great 🙂 thank you !

    #260143
    Skandha
    Participant

    @vsmeu: Hello Victor, 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/solid-construction/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    #260146
    vsmeu
    Participant

    Done, thank you again 😉

    #260157
    vsmeu
    Participant

    Another little question please.

    How can I hide with CSS the category (RSN) in my “Biographie” article or page ?

    Thanks for helping me

    #260156
    vsmeu
    Participant

    Another little question please.

    On this page : http://rawsubnoise.com/biographie

    I wish to hide the category (RSN) of my article.

    Thanks for helping me

    #260195
    Skandha
    Participant

    @vsmeu: Hello Victor,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .entry-footer .cat-links {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #260205
    vsmeu
    Participant

    Perfect, thanks.

    #260213
    Skandha
    Participant

    @vsmeu: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Not Display’ is closed to new replies.