• Resolved zulok

    (@zulok)


    Hi

    I think General Link Color is not working properly. It always shows links in the green default color

    Thanks

    David

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Post me your website URL.
    Give me an example of which link you want to change the color.

    Thank you

    Thread Starter zulok

    (@zulok)

    Hi Denzel

    Here’s an example: Agenda MdV

    The breadcrumb that redirects you to “Pàgina d’inici” displays in green unless this is added to child style.css :

    a {
    color: #9e245d!important;
    }

    Otherwise ìt uses the automatically generated style:

    a, .entry-content a:link, .entry-content a:active,.entry-content a:visited {
        color: #0bb697;
        text-decoration: none!important;}

    Not using general Link color customized though.

    Thanks

    David

    Hi,

    You can use

    .breadcrumbs a{
    color: #9e245d !important;
    }
    Thread Starter zulok

    (@zulok)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘General Link Color’ is closed to new replies.