shop Page

Home Forums Jevelin Theme shop Page

Home Forums Jevelin Theme shop Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • janice9115
    Participant

    So I have a couple of issues. On the sidebar of my product page, the color for the button text is dark and I can’t figure out how to get it to be white. It is set to be white but just not showing up that way. An example is here – https://roosterscoffeeroasters.com/product/steel-rail/

    Also, on my shop page, I would like my sidebar on the right but it doesn’t switch when I set it to the right. It stays on the left.

     

     

    Hi @janice9115,

     

    I hope you are well today and thank you for your questions.

     

    You can achieve this by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    #sidebar .woocommerce-mini-cart__buttons a.button {
        color: #FFF !important;
    }
    
    .post-type-archive-product #content.content-with-sidebar-left {
        float: left;
        padding-left: 0;
        padding-right: 2%;
    }
    
    .post-type-archive-product #sidebar.sidebar-left {
        float: right;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)