• Resolved Andreslav

    (@andreslav)


    Thanks for the plugin!

    A wish. You shouldn’t use “important” in inline styles, it prevents me from redefining the value using classes. And you do not need to output an inline style if the default value is set in the settings.

    .cool-timeline-block-f9e19541-575e-4be0-ac0e-c5ec19fa136e .cool-vertical-timeline-body .timeline-content .timeline-block-icon {
      background: #D91B3E !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @andreslav,


    Sometimes the icon background color is not applied to the icon, because sometimes it conflicts with themes, for which we have used important icon background colors.

    .cool-timeline-block-f9e19541-575e-4be0-ac0e-c5ec19fa136e .cool-vertical-timeline-body .timeline-content .timeline-block-icon { background: #D91B3E !important; }

    The above-shared css is only used important; in the Icon background color. you can use the icon background color option to apply any color to the icon background.

    You can use custom CSS in other styles it doesn’t create any issues because we have just used the important icon background color.

    Thanks & Regards

    Thread Starter Andreslav

    (@andreslav)

    Hi @jyoti197,

    I understand. The problem is not the impossibility of pointwise changing a specific style of a block, but that it is problematic to create a “default style” for a block.

    I want the block style to be edited globally, not in each block individually.

    Alternatively, you could add a boolean setting “use hard styles (to correctly apply styles in some themes)” in the settings. Or do something else..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feedback’ is closed to new replies.