Kreativa - Class Cta-heading Color On Hover - Question | JoomShaper

Kreativa - Class Cta-heading Color On Hover

R

Robert

Template 1 year ago

Kreativa Hello, I like to know where to find the "cta heading" class.

On the Kreativa main home page the icon color turns red when hovering but I like to change the color on hover, how? it's a template preset.

see image below:

https://ibb.co/55r9jfV

https://www.joomshaper.com/joomla-templates/kreativa

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #172103

Hello Robert,

Apologize for the issue you're experiencing. Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.cta-heading .sppb-addon-title:hover span {
    color: #000 !important;
}

Select your preferred color.

Best regards

0