Open elzadj opened 1 month ago
Describe what you did Generated css for the description link hover in blurb on frontend:
.et_pb_blurb_0:hover a, .et_pb_blurb_0:hover .et_pb_blurb_description a { color: #e02b20; font-size: 20px; }
Describe what you expected to happen Hover on link work when we hover the link itself. Expected css:
.et_pb_blurb_0 .et_pb_blurb_description a:hover { color: #e02b20; font-size: 20px; }
Describe what actually happened Hover on the description link works when we hover the blurb.
Please provide a detailed list of exact steps that reproduce the issue.
Add a blurb module.
Add content with a link: <strong>Hotline:</strong> <a href="tel:0123456789">0123 456 789</a> as an example.
<strong>Hotline:</strong> <a href="tel:0123456789">0123 456 789</a>
Change the link hover (another colour, font size).
Save, check hover on frontend.
Backend: Frontend:
-MaxiBlocks (1).webm
Problem Description
Describe what you did Generated css for the description link hover in blurb on frontend:
Describe what you expected to happen Hover on link work when we hover the link itself. Expected css:
Describe what actually happened Hover on the description link works when we hover the blurb.
Detailed Steps To Reproduce
Please provide a detailed list of exact steps that reproduce the issue.
Add a blurb module.
Add content with a link:
<strong>Hotline:</strong> <a href="tel:0123456789">0123 456 789</a>
as an example.Change the link hover (another colour, font size).
Save, check hover on frontend.
Screenshot and/or gif
Backend: Frontend:
-MaxiBlocks (1).webm
System Information