• Resolved mikegibbons99

    (@mikegibbons99)


    I’ve set my primary color to black, so on the sidebar the category titles and other design elements are also black and I would like to make them a different color than the primary color. On the demo site, for example, when the primary color is blue, hyperlinks and other design elements are also blue. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    The easiest way is to set primary color to the color you wish links would be in and other details.

    After that, add this custom css to change what you want to black (in this case the header):

    
    #header { background-color: #000; }  
    
    Thread Starter mikegibbons99

    (@mikegibbons99)

    Perfect thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Link colors’ is closed to new replies.