Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #709279
How to Set Colio Item Text Color On Hover?
Closed

Comments

  • Donovan started the conversation

    Hi George,

    The home v2 portfolio item text color (for item text that is displayed on the back of the tile on hover) has changed from white to black. I have spent hours trying to find the setting -- even after reading the colio help and searching the colio comments on code canyon. 

    Can you please explain how to set the colio item text color to white when the item is hovered over?

    Please see attached screenshot.

    Thanks!

  •  184
    George replied

    Hi,

    This is very strange... your settings for Colio portfolio are correct. I fixed the issue for you by adding a custom CSS code in your style.css file.

    I added the next code:

    .colio-summary p {
      color: #ffffff!important;
    }
    

    If you want to see/change or remove this code please go to Appearance -> Editor.

    Anyway, I will continue to investigate the issue.

    Hope this helps.

    Best regards,

    George

  • Donovan replied

    Hi George,

    Thank you very much. This is very helpful. I would like to understand the root cause though, so please let me know what you discover.

    Thanks again,

    Donovan

  • Donovan replied

    Hi George,

    Unfortunately, the problem has recurred. The only thing I did was add some new colio items and edit some editing items. I checked Appearance->Editor and the CSS code you added is still present. I tried updating the code but it did not correct the problem. Please see attached screenshot.

    Also, I don't know if this is related; but I am seeing the following PHP error in the hosting environment:

    PHP Error Log

    • 2Class 'Layers_Widget_Migrator' not foundwp-content/themes/layerswp/core/widgets/init.php:1814 hours ago
      CALL STACK
      #FunctionLocation
      1Layers_Widgets::clear_page_widgets()/wp-content/themes/layerswp/core/widgets/init.php:181
      2Layers_Widgets->clear_page_widgets(10798):null
      3call_user_func_array(Array ([0] => Layers_Widgets Object (),[1] => clear_page_widgets), Array ([0] => 10798))/wp-includes/plugin.php:525
      4do_action(delete_post, 10798)/wp-includes/post.php:2441
      5wp_delete_post(10798, 1)/wp-includes/post.php:5843
      6wp_delete_auto_drafts():null
      7call_user_func_array(wp_delete_auto_drafts, Array ())/wp-includes/plugin.php:601
      8do_action_ref_array(wp_scheduled_auto_draft_delete, Array ())/wp-cron.php:117

    Please help as I am trying to complete this site over the weekend.

    Thoughts?

    Thanks George!

  •  184
    George replied

    Hi,

    This is a cache issue, please delete all cache or disable the cache plugin as long as you working on the site.

    The PHP error is not related to the Colio plugin or Flexy theme.

    Best regards,

    George

  • Donovan replied

    Thank you George. Your responsiveness is very much appreciated.