Tagged: shopping cart
- This topic has 15 replies, 2 voices, and was last updated 4 years ago by Skandha.
-
AuthorPosts
-
September 22, 2020 at 4:26 pm #260003vsmeuParticipant
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 ?
Thanks,
Victor
September 22, 2020 at 11:49 pm #260052SkandhaParticipant@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,
SkandhaSeptember 23, 2020 at 4:00 am #260074vsmeuParticipantGreat, thank you so much for the quality of the support.
Victor
September 23, 2020 at 6:05 am #260092vsmeuParticipantI 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 ExampleThanks for your help
Victor
September 23, 2020 at 7:51 am #260096SkandhaParticipant@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,
SkandhaSeptember 23, 2020 at 9:34 am #260118vsmeuParticipantHi
That works on some pages but not on all pages.
Thanks for your help
September 23, 2020 at 9:46 am #260117vsmeuParticipantThat 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/biographieBut it doesn’t work on this ones :
http://rawsubnoise.com/news
http://rawsubnoise.com/gallerie
http://rawsubnoise.com/liens
http://rawsubnoise.com/newsletterThank you
September 23, 2020 at 10:17 am #260137SkandhaParticipant@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,
SkandhaSeptember 23, 2020 at 10:27 am #260141vsmeuParticipantGreat 🙂 thank you !
September 23, 2020 at 10:33 am #260143SkandhaParticipant@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,
SkandhaSeptember 23, 2020 at 11:18 am #260146vsmeuParticipantDone, thank you again 😉
September 23, 2020 at 12:38 pm #260157vsmeuParticipantAnother little question please.
How can I hide with CSS the category (RSN) in my “Biographie” article or page ?
Thanks for helping me
September 23, 2020 at 7:22 pm #260156vsmeuParticipantAnother little question please.
On this page : http://rawsubnoise.com/biographie
I wish to hide the category (RSN) of my article.
Thanks for helping me
September 23, 2020 at 11:52 pm #260195SkandhaParticipant@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,
SkandhaSeptember 24, 2020 at 3:07 am #260205vsmeuParticipantPerfect, thanks.
September 24, 2020 at 5:55 am #260213 -
AuthorPosts
- The topic ‘Not Display’ is closed to new replies.