• Resolved jschildkraut

    (@jschildkraut)


    How can I override the link colors without changing the entire template? In general text, I can do this in the text options, but it is not allowing me to change the color scheme of the Connections template. Please help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    The link color is inherited from the theme. If you do not want to use the color assigned to the links by the theme, you can use CSS to override it. Here’s an example:

    .cn-list a {
        color: black;
    }

    You would add this to the theme’s custom CSS area in the Customizer.

    I hope this helps!

    Thread Starter jschildkraut

    (@jschildkraut)

    Hi Steven, that definitely did help, thank you! I do have one other question. We are hoping to be able to search based on category rather than name and such (as this is a directory for the media for subject matter experts). Am I missing how to include this? I cannot figure out where the results (only the one for now) can be searched or sorted based on category labels. Any help would be appreciated!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Keyword search and category filter are features of the premium templates. Her’s the link:

    I hope this helps!

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

The topic ‘Changing Link Color’ is closed to new replies.