• In the them-child, all my links (except for the header menu) should be as in the following code :
    `a
    {
    color:#6DA9D8;
    cursor: pointer;
    transform: scale(1);
    }
    a:active, a:hover, a:focus
    {
    color: #164B7B;
    font-weight: bold;
    transform:scale(1.3);/*passage à 1.2 – 6 sept*/
    }’
    But this code is not taken into account.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Use this css apply !important in color code
    `a
    {
    color:#6DA9D8 !important;
    cursor: pointer;
    transform: scale(1);
    }
    a:active, a:hover, a:focus
    {
    color: #164B7B !important;
    font-weight: bold;
    transform:scale(1.3);/*passage à 1.2 – 6 sept*/
    }’

Viewing 1 replies (of 1 total)
  • The topic ‘Theme-child not applied’ is closed to new replies.