• Resolved marko2002

    (@marko2002)


    Hi guys, been using the plugin for a little while to see the functionality and so far all seems good but a recent change of theme to Colibri has sent the pages a little strange, it’s almost as if the formatting has went nuts, was using OceanWP before and all seemed fine but now the registration page and buttons are almost without CSS it appears.
    You can see an example at https://tillyoak.com/affiliate-registration/ and any suggestion in regards to adding CSS to have the form looking nicer (if poss) would be really appreciated.
    Many Thanks
    Marko

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @marko2002,

    To keep files as small as possible we add very few styling rules to our CSS files. We leave most of the styling to the active theme. In most cases this works nicely, but it seems that Colibri doesn’t style all forms by default.

    Nevertheless, I took a look at your WooCommerce account login form and tried to replicate the style as much as possible. Here’s the CSS:

    [class^="slicewp"] input[type="text"],
    [class^="slicewp"] input[type="email"],
    [class^="slicewp"] input[type="url"],
    [class^="slicewp"] input[type="password"],
    [class^="slicewp"] textarea { border: 1px solid #f1f1f1; padding: 10px; border-radius: 3px; font-size: 1rem; }
        
    [class^="slicewp"] input[type="submit"],
    [class^="slicewp"] button { font-family: "Open Sans"; background: #03a9f4; color: #fff; padding: 0.55rem 1.5rem; font-weight: 600; letter-spacing: 1; border-radius: 5px; border: 0; cursor: pointer; }
        
    [class^="slicewp"] input[type="submit"]:hover,
    [class^="slicewp"] button:hover { background: rgb( 2, 110, 159 ); }

    If you’re not sure where to add this CSS code, you can add it into Appearance > Customize > Additional CSS.

    Please try it out and let me know how it goes.

    Best wishes,
    Mihai

    • This reply was modified 2 years, 5 months ago by iova.mihai.
    Thread Starter marko2002

    (@marko2002)

    Hi Mihai, sincere thanks for that and mighty impressed at the support and works a treat now, once we’ve gave the free version a good trialing we’ll def be looking at upgrading hopefully 🙂
    All best
    Marko

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @marko2002,

    Happy to hear it’s working nicely now! Glad I could help.

    If you ever have questions or feedback about SliceWP, just let me know. We’re constantly looking to improve the plugin, so your feedback is very welcomed!

    Best wishes,
    Mihai

    • This reply was modified 2 years, 5 months ago by iova.mihai.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page formatting?’ is closed to new replies.