• Resolved Lenny

    (@smallbirdmedia)


    Top right, under the header that is a table press table. The word VISIT SITE that is in bold shown 4 times, cannot get that link to be blue? Any reason

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    There’s CSS code

    .sidebar.c-4-12 a {
        color: #2a2a2a;
        font-size: 14px;
    }

    used on your site (not coming from TablePress) that is changing the link color.

    To override that for links in tables, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .sidebar .tablepress a {
      color: #3661e2;
    }

    Regards,
    Tobias

    Thread Starter Lenny

    (@smallbirdmedia)

    Thanks. The first one in changing CSS did not work, not sure why, but the second option of putting the code in the table press options did work..

    Thank You

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links are Not Blue’ is closed to new replies.