• Resolved Rohmah Azim

    (@makeandsavemoneyonline)


    Can you kindly tell me how I can add a border around each separate category?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Yes, of course. Please add the following in the custom CSS box:

    .wtcpl_category_nav li {
        border: 1px solid #9E644B;
    }

    Thank you

    Thread Starter Rohmah Azim

    (@makeandsavemoneyonline)

    Ok. Thank you.
    Can you also tell me how I could in the mobile view only display the products in only 1 column?

    • This reply was modified 4 years, 4 months ago by Rohmah Azim.
    Plugin Author QuantumCloud

    (@quantumcloud)

    Please add

    @media screen and (max-width: 480px){
    #wtcpl_tabs_container .each_cat ul.products > li {
        width: 100% !important;
    }
    }

    Thank you

    Thread Starter Rohmah Azim

    (@makeandsavemoneyonline)

    ok.thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category Border’ is closed to new replies.