Site Color Change

Home Forums Business Club Pro Site Color Change

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1077
    Anonymous
    Inactive

    I am using Business Club Pro with Woocommerce, and it seems that the default theme color is a light blue. I would like to turn it to red (specifically #dd3333) so that all the buttons, lines, and everything else that is the light blue color gets changed to red (#dd3333). The blue clashes with the white/black/red color scheme for my site. Here’s my URL https://tizzime.com.

    #1078
    Anonymous
    Inactive

    If you click on the shop menu tab you will see that all the product buttons are blue and when you click on a product there is a blue line. I want that all to be red.

    #1083
    Axle Support
    Moderator

    Hello,

    Please add the below give css to
    Dashboard -> Appearance -> Customize -> Additional CSS

    .woocommerce #primary .button, .woocommerce #review_form #respond .form-submit input {
        background: #dd3333!important;
    }

    Regards.

    #1087
    Anonymous
    Inactive

    Excellent!

    Thank you

    #1089
    Anonymous
    Inactive

    If you look on my blog page you will notice that all the titles in the widget area are still that light blue color. Also that light blue line going across the top of the blog. I am trying to also change that stuff to red (specifically #dd3333)to match with the rest of the site. Thanks

    #1128
    Axle Support
    Moderator

    Hello,

    Please add the below given CSS to Custom CSS box you added the earlier css on.

    #sidebar-primary h2.widget-title {
        color: #dd3333 !important;
    }

    Hope it helps.
    Regards

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