• Resolved eson8317

    (@eson8317)


    Hi Sir, I want to modify the Blue color style, Which CSS file to modify? Kindly help me find the CSS file. Pablo Pacheco Please help me. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Sir ??

    Well, there isn’t an option for that.
    But you can add some styling in order to change the color.

    On Appearance > Customize > Additional CSS,
    Please try to add this css

    .button,
    .btn,
    .woocommerce-pagination .current
    {
    	background-color:red !important;	
    }
    
    .btn,
    .woocommerce-pagination ul,
    .woocommerce-pagination li,
    .woocommerce-LoopProduct-link:hover
    {
    	border-color:red !important;
    	color:red;
    }
    
    a{
    	color:red;
    }
    #site-footer a {
    	color:red;
    }
    Thread Starter eson8317

    (@eson8317)

    Hi Sir,

    Thank you for giving me good advice.

    Anytime ??

    The css I’ve sent you changes color of many different elements.
    If you want to change the button only, you don’t need this part

    a{
    	color:red;
    }
    #site-footer a {
    	color:red;
    }

    But I think you may want it too

    Let me know if you need any more assistance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to modify the add to cart button color?’ is closed to new replies.