• I have used the customize area to change the link colour in the foot.

    It remains orange.

    Also, is there a way to remove all of the orange from the site?

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

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

    Please use below css rule to change all link color in your site

    a, a:hover {
    color: #d14f30;
    }

    if you want to just copyright section link color you can use below css rule

    .footer_copyright a, .footer_copyright a:hover{
    color: #d14f30;
    }

    Here please change the color as your requirements

    Thank you

    Thread Starter tee2072a

    (@tee2072a)

    Hi

    Thanks for this information.

    I also can’t figure out how to change the background color of the search button and the title underlines.

    I have dug through the code and I can’t find them!

    I want to remove all of the orange across the site!

    Hi,

    Use below code to change hover color of the search box

    .header-search-box>a:hover {
    color: #c64a2c;
    }

    You need to change each color individually.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t change the link colour in Elixar footer’ is closed to new replies.