Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1303088
    tagmebro
    Participant

    I’m using Cornerstone X theme, and trying to customize my product page. I’d like to change the background color of the product to black because my themes heading color is white. I’ve tried to change/add coding after researching, but nothing is changing with the product section. My website is tagmebro.com. My woocommerce landing page is tagmebro.com/booknow2.

    #1303307
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please add this on top of your custom CSS.

    .woocommerce-page .site {
    	background-color: black;
    }

    I saw an syntax error on your custom CSS. Add the closing bracket of this media query.

    @media (max-width: 979px)

    Else, any custom CSS you added below that won’t work on desktop.

    Cheers!

    #1304747
    tagmebro
    Participant

    that did the trick, thanks so much

    #1304753
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1303088 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>