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

    I would like to change my pages sidebar colors.

    Can you provide me the following css codes:
    1) To make the sidebar links color: #a81010
    2) To make the arrows that point to the links: #ffffff

    • This topic was modified 9 years, 10 months ago by voice903fm. Reason: Added site link in private area
    #373362

    Hi voice903fm!

    Try adding this to your custom CSS.

    aside li a { color: #a81010 !important; }
    aside ul li:before { color: white !important; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #373664
    This reply has been marked as private.
    #373693

    Hey!

    For those add this CSS.

    .avia_cart_buttons { opacity: 1 !important; }
    .product-sorting * {
        color: black !important;
        opacity: 1 !important;
    }
    

    And you may need to edit the images in /enfold/config-woocommerce/images/.

    Cheers!
    Elliott

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