Okay
  Public Ticket #2649769
Change colors buttons in Woocommmerceerce
Closed

Comments

  •  3
    Intensgroen started the conversation

    Hello, 

    How can I change, or where can I find the settings for changing the colors of the burrons in Woocommerce?


    And 1 other question where do I find the settings for changeging the text color of the widgets (heading text)

    Thanks so far.

    Chris

  •  8,849
    Tahir replied

    Hey Intensgroen ,

    Thanks for using Salient.

    1. Those depend on the Accent Color Tab in the Salient Theme Options Panel: 

    6670806677.pngClick To Open Larger Image.

    2.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
        color: #3e5883 !important;
    }

    Thanks



    ThemeNectar Support Team