• Hey

    Thank you for the wonderfull work

    Im trying to add custom css to the shop page:

    if (is_page('/hippooshop')) {
        wp_enqueue_style('hipposhop-style', get_stylesheet_directory_uri() . '/assets/css/hippo.css');
    }



    it doesnt work, can you please guide me to the correct way to custom the css ?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support hippoosupport

    (@hippoosupport)

    Hey!

    Thanks for the kind words 🙏

    Just to clarify: HippooShop doesn’t work with PHP or WordPress filters/actions. It’s a Vue-based app that communicates with our API, so code like wp_enqueue_style or WordPress conditional hooks won’t affect it.

    At the moment, HippooShop doesn’t support direct custom CSS injection. If you’d like to apply custom styles, the best path forward is for us to review the elements you want to style. Based on that, we can either:

    • expose additional class hooks, or
    • add a “Custom CSS” option in an upcoming version.

    If you can share the specific style changes you’d like, we’ll investigate and see how to make this easier in a future release.

    Thread Starter Mohammad Da

    (@mdahamshi)

    I actually use the chuld theme style and its works, there still a problem if i want to add margin for each product card, I want to make the ui looks like linktr.ee…

    Thread Starter Mohammad Da

    (@mdahamshi)

    Another thing, maybe truncate long title…

    Plugin Support hippoosupport

    (@hippoosupport)

    Can you share your website address with us please to check it out.

    Thanks

    Thread Starter Mohammad Da

    (@mdahamshi)

    Plugin Support hippoosupport

    (@hippoosupport)

    Dear @mdahamshi,

    Thank you for your feedback. We’d like to inform you that a new version of Hippoo will be released in the coming days.

    With this update, you will be able to add custom CSS directly from the Hippoo WordPress panel to your Hippoo shop. Please make sure to back up your existing custom CSS, as it may be overwritten during the update.

    The new version will also handle the entire purchase flow within the Hippoo shop, including add to cart, checkout, and related steps. We again recommend creating backups to avoid any issues.

    Best regards,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Custom css’ is closed to new replies.