Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1284828

    Hello,
    I have a problem, the borders on the checkout page are nog visible or missing and i don’t know how to fix this issue.
    I hope someone can help me out?
    When you put something in your cart and want to checkout, ( where you need to give your address..) there are no borders.

    Thank you for helping me out :)

    • This topic was modified 3 years, 4 months ago by lmdesign11.
    #1285117

    Hey lmdesign11,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .main_color .input-text,
     #top .main_color input[type='text'],
      #top .main_color input[type='input'], 
      #top .main_color input[type='password'], 
      #top .main_color input[type='email'], 
      #top .main_color input[type='number'], 
      #top .main_color input[type='url'], 
      #top .main_color input[type='tel'],
       #top .main_color input[type='search'],
        #top .main_color textarea, #top .main_color select {
        border-color: #9e9e9e;
        }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1285311

    Hello Victoria,

    Thank you!! this worked out PERFECT!

    #1285333

    Hi lmdesign11,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.