• Resolved rachid1977

    (@rachid1977)


    Hi,

    how can i change the color of Url’s to green in greenigma? actually they are blue standard.

    thanks

Viewing 1 replies (of 1 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options.

    Now copy below CSS in Custom CSS Editor.

    .enigma_header_breadcrum_title h1 {
        color: #1ABC9C;
    }
    a {
        color: #1ABC9C;
    }

    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Link color’ is closed to new replies.