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

    add this code to your style.css (or custom css)
    for links

    a {
    color: red;
    }

    and for page header

    .page-heading h1 {
    color: white;
    }

    Of course you can choose your own prefered colours.

    Cheers!

    Thread Starter Puseletso

    (@puseletso)

    Thank that’s helped me

    Is it not possible to change only the links that are on the page, because this also changes links that are on my footer

    Please look at the link: https://hairimpressions.azurewebsites.net/?page_id=12091

    Hi,

    your link color is #00ccff (cyan-like);
    while the color of the footer links are #1d86b6 (dodgeblue -like)

    that was the original color of the theme footer links

    but you can change it to e.g. white
    here:

    .footer_bottom a {
        color: #1d86b6;
    }

    add this code to your style.css (or custom css)

    Cheers!

    Thread Starter Puseletso

    (@puseletso)

    Thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BIZWAY: Change Link colour’ is closed to new replies.