mbarhamje
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Highlight] Change Shop BannerOk I have fixed it myself. I needed to essentially re-do all the keys to make it work. Can you please provide me a different code to remove the purple heading and text on top of my online shop as the previous code did not work. My additional CSS has the following code already in it:
.footer {
display: none;
}This is to delete the footer. How would I add the new code to also remove the purple and shop titles without making any other changes to my site as its literally ready to go besides this one issue.
Thanks again
Forum: Themes and Templates
In reply to: [Highlight] Change Shop BannerHi,
There is no way to add a screenshot in this message. These two links show the issue:
https://drbaddie.org/product/dr-baddies-2021-12-month-calendar/
Before pasting the code, I had an “add to cart” and “pay with card” option (circled in black) through stripe. This is now gone and as you can see, PayPal is the only method to pay. The only thing I wish to remove is the purple opaque background and white text (pointed by arrows in red).
I hope this clarifies the issue, thank you.
- This reply was modified 4 years, 1 month ago by mbarhamje.
Forum: Themes and Templates
In reply to: [Highlight] Change Shop BannerThank you for your reply,
As I added the code, my add to cart and stripe checkout method is gone and the original problem was not fixed. In the additional CSS I already have code that takes away the footer. Maybe this is why your code did not work? Here is what I have in the additional CSS:
.footer {
display: none;
}Not sure if this affected your code but now I don’t have a stipe checkout method, please help.
Forum: Plugins
In reply to: [Remove Footer Credit] Cannot remove footer creditThank you for your reply
Although this code is correct and helps me eliminate the “word press” text, I would ultimately like to eliminate the footer completely not replace the text. I would greatly appreciate the code for this. If you take a look at the page, it still shows a white footer with “copyright 2021 .” Here is how I pasted the code:
<p class=”copyright”>© 2021 .
Built using WordPress and the <a target=”_blank”
href=”https://extendthemes.com/go/built-with-highlight/”
rel=”nofollow” class=”mesmerize-theme-link”>Highlight Theme
</p>Once again I would like to eliminate the footer entirely.
Thanks again!