• Resolved sanderover

    (@sanderover)


    Hi!

    So I am trying to find where I can adjust the color of the article in cart words, in Dutch that is artikelen.
    I found out that the word is semitransparent and that it becomes….well unreadable with a background image.

    It’s the word artikelen in the picture:

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi again, @sanderover! ??

    We should be able to adjust that with CSS.

    Can you please head to WP Admin > Appearance > Additional CSS and add the following code there?

    .site-header-cart .cart-contents .count {
    	opacity: 1;
    }

    Let me know if that works!

    Hi, @sanderover! We haven’t heard back from you in a while, so I’m going to mark this as resolved. However, if you do have any further questions, feel free to start a new thread.

    Thread Starter sanderover

    (@sanderover)

    I’m sorry I haven’t answered yet. My father passed away and I’ve not been able to look at this.

    I’m very sorry to hear that, @sanderover.

    Despite the thread being marked as resolved, I’ll continue monitoring this thread for your replies. So, please, take the time that you need until you’re ready to look at this issue again.

    Thread Starter sanderover

    (@sanderover)

    @dcka the problem has been solved. I noticed I can also change the color by adding another line and the extra command color:#HEXNR

    Thank you very much ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjust color of “articles in cart” words’ is closed to new replies.