elegantthemes / Divi-Beta

8 stars 0 forks source link

D5 blurb module :: wrong selector for the description link hover #105

Open elzadj opened 1 month ago

elzadj commented 1 month ago

Problem Description

  1. 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;
    }
  2. 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;
    }
  3. 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.

  4. Add a blurb module.

  5. Add content with a link: <strong>Hotline:</strong> <a href="tel:0123456789">0123 456 789</a> as an example.

  6. Change the link hover (another colour, font size).

  7. Save, check hover on frontend.

Screenshot and/or gif

Backend: -MaxiBlocks-10-21-2024_06_38_PM Frontend:

-MaxiBlocks (1).webm

System Information