Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #289431
    HansH
    Participant

    Hello,

    It seems that the text color (see https://1drv.ms/u/s!AlMivTDXp7Eso8tsDSNk39KrVF7oAw?e=kgD6oQ) is the same as the text color (link color) of the main menu.
    The consequence of it is that, while customer increases the number of articles, the real number isn’t visible.
    I searched the web forces or php lines, but I cannot find them. Is there a solution for this so that the main menu link color and the counter link aren’t the same.

    Kind regards

    Hans Hagmeijer.

    #289468
    tikaram
    Keymaster

    @hansh: Please post in your site URL so that I can provide you additional css.

    Regards,
    Tikaram

    #289499
    HansH
    Participant

    Hello Tikaram,

    Thank you for answering.
    Compete URL is difficult, because support forum refuses to make an answer if there is an url or something like that in the answer.

    I get the message: error: your reply cannot be created at this time.
    The url is:
    laura.hagmeijer.nl
    then you have to add /product/10-12-personen/

    Kind regards

    Hans Hagmeijer.

    #289777
    HansH
    Participant

    Hello Tikaram,

    Do you already know when you have time to get me the css?

    Kind regards

    Hans Hagmeijer

    #289840
    tikaram
    Keymaster

    @hansh : Hello please try adding the following additional css and let me know if this works or not.

    input[type="number"] {
       color: #333; 
    }

    Regards,
    Tikaram

    #289882
    HansH
    Participant

    Hello Tikaram,

    Thank you for answering.
    This worked fine.

    Have a nice weekend.

    Kind regards

    Hans Hagmeijer.

    #289886
    HansH
    Participant

    Hello Tikaram,

    Second view learned that it didn’t work.
    The color changed, but when you change the quantity (see Laura.hagmeijer.nl) then the color changes again in the link color.
    If I change link color, also the color of the menu changes.

    Kind regards

    Hans Hagmeijer

    #290052
    tikaram
    Keymaster

    @hansh : Please try adding the following additional css and let me know. Please replace the previous one with the given css.

    input[type="number"]:focus, input[type="number"] {
       color: #333; 
    }

    Regards,
    Tikaram

    #290053
    HansH
    Participant

    Hello Tikaram,

    This worked fine.
    Thank you.

    Kind regards

    Hans Hagmeijer

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘text color counter “add to shop cart”’ is closed to new replies.