• Resolved ScAtMaN_UK

    (@scatman_uk)


    Been a long-term user of your plugin using the pop-up panel to display the link info.

    Have recently switched themes and now I am getting the section titles, such as Description, telephone number etc and the link address as white text on a white border.
    I had a look at the stylesheet but could not see a where I should change the font colours so they show up.

    Hope you can help
    Steve

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Of course, you can just add a few CSS rules to Link Library’s stylesheet editor, or in the Additional CSS section of the Customizer, or even if your theme’s stylesheet.

    To change the background color of the pop-up title:

    #TB_title {
    background-color: #d3f;
    }

    And to change the color of the title text:

    #TB_ajaxWindowTitle {
    color: #00F;
    }

    Of course, you can select different colors that work well with your site. Sorry for the long delay in responding to you on this query and please consider donating to support this plugin’s development.

    Thread Starter ScAtMaN_UK

    (@scatman_uk)

    Thanks Yannick for the reply.
    I’m afraid that only changes the title of the popups heading background and text colour.

    I need help to change the text colour of the fields shown within the pop up such as telephone number, email, number of view and submitted by. All these are showing as white text on a white background.

    You can see this in action if you go to https://theportlandarms.co.uk/wp/links/
    Click on promoters and then something like Cambridge Bright Club and scroll down.

    Steve

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sorry about that. The title of your support request said “Pop-up title colours”, so I focused on that aspect.

    To change the color of the pop-up text, you can use the following CSS rule:

    #TB_ajaxContent {
    background-color: #313;
    color: #000;
    width: auto !important;
    }

    Let me know if this resolves the issue and please consider donating to support this plugin’s development. Cheers!

    Thread Starter ScAtMaN_UK

    (@scatman_uk)

    Thanks Yannick!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change pop-up title colours (white on white text)’ is closed to new replies.