• Resolved blogocorp

    (@blogocorp)


    Hi!

    Do you know what’s the CSS for changing the colour of the links?

    Maybe is it possible to add a new colour as a predefined skin?

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is blue.css code:

    a:hover,
    a:focus {
      color: #005580;
      text-decoration: underline;
    }

    Change the #005580, preferably in a Child Theme style.css or Custom CSS block in Customiz’it!

    To devise a completely new skin, you’d have to look in customizr/inc/css, copy and existing css (eg blue.css) and replace all occurrences of existing color in the new css file. Store the new file in that same directory.

    As usual, would keep a copy as will be replaced with each update.

    Thread Starter blogocorp

    (@blogocorp)

    thanks a lot! I’ve created a new CSS file and stored in the same directory with a new name (customizr/inc/css). However, it doesn’t appear in the customizer screen to select the skin ??

    I suppose I’ve done something wrong. Any idea?

    You’ll need to edit customizr/inc/admin/class-admin-customize.php Lines 230-248

    As usual, would keep a copy as will be replaced with each update.

    Thread Starter blogocorp

    (@blogocorp)

    It works! Thanks @rdellconsulting ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the colour of the links’ is closed to new replies.