• Hi there, seems to be a little bug or missing styling in the Gutenmberg block “Pricing table”. No color appear for the link and no hover color either.

    We have created it for you to check. There is a link in the text “One free ticket per special exhibition” inside the table column single.

    We have tried in another site with OceanWP and happens the same.

    You can try also simply creating a new post and adding the default gutenmberg block “Princing table” and try adding a link inside the colored columns.

    Regards

    • This topic was modified 2 years, 9 months ago by Manu.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    That Seems to conflict with the LiteSpeed cache plugin, please try to disable that plugin and check if it is working well or getting the same issue.

    Thread Starter Manu

    (@manuxx34)

    Hi, thanks for reply, with the plugin disabled it happens the same plus I tested in another site with WP rocket cache and another one with WP total cache and happens the same.

    I’d say there is an issue there with CSS and styling.

    Regards

    Hello,

    Can you please disable the LiteSpeed plugin and let us know. So I will try to inspect the issue further.

    Or add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single-post .wp-block-column a {
        text-decoration: none !important;
        color: #0c0cf4;
    }
    .single-post .wp-block-column a:hover {
        color: #fe6363;
    }

    PS- Change the color codes according to need.

    Thread Starter Manu

    (@manuxx34)

    Hi Abhishek, thanks for reply.

    We have now turned off LiteSpeed so you can check it better but you can try it in any clean OceanWP installation cause for us it happens in 3 different sites.

    Before doing so I tried your code and it worked but for now I have removed it so you can check it without your added code.

    Once you check please let us know if we should use your code or this would be fixed in the theme in a future update.

    Regards

    Hello,

    Seems, I’m a bit late. The plugin is active.
    Can you please disable it one more time and let us know.

    I’ll also try to replicate the issue locally.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Princing table missing link style’ is closed to new replies.