• Resolved Kreative71

    (@kreative71)


    Hi,

    I need a simple help please.

    In the website belezacorderosa.com i don’t want the blue under some links in footer.

    And by the way how can i change the black in the right upper menu ?

    I am using Custom CSS manager plugin and i have the code:

    /* Hover title color dos links dos artigos principais */
    .home .hentry .entry-title a:hover,
    .page-template-front .hentry .entry-title a:hover,
    .archive .hentry .entry-title a:hover,
    .search .hentry .entry-title a:hover .archive {
    color: #000000;
    border-color: #f41ff4;
    border-bottom: #f41ff4;

    }

    /* Post title for other pages */
    a, a:visited, {
    color: #cccccc !important;

    }

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    i don’t want the blue under some links in footer.

    #sidebar-subsidiary a:hover {
     border-bottom: 0;
    }

    how can i change the black in the right upper menu

    To change the black in the left upper menu:

    #menu-secondary li a,
    #menu-secondary li a:hover {
     background: #f41ff4;
    }

    Thread Starter Kreative71

    (@kreative71)

    Thanks for the help.

    But in the first question i explain my self wrong. I want to change the link from blue to pink.

    In the second we are almost in the right place.

    If i my ask:

    – how can i change the background color from pink to grey or white and change the color letters from white to pink.

    Thanks you for your great help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I want to change the link from blue to pink.

    Familiarise yourself with CSS border:
    https://www.w3schools.com/css/css_border.asp

    how can i change the background color from pink to grey or white and change the color letters from white to pink.

    What background colour?

    Thread Starter Kreative71

    (@kreative71)

    Thank you Andrew i am almost there.

    Please. I need to finish this.

    And i have to study a little bit more of CSS. ??

    I need the letters in pink.

    Thank you.

    Thread Starter Kreative71

    (@kreative71)

    Thank you.

    You are the men in the right place.

    Best regards.

    P.S. and the links in the footer like they are but in change color in pink ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Oxygen color link a:hoover’ is closed to new replies.