• Resolved michaeldproctor81

    (@michaeldproctor81)


    I can’t figure out how to customize the CSS of the modal pop up. Not the button itself, that is inherited from my theme. The modal pop up text is colored white and I cannot read it unless I hover over the icon. Can I customize the color of the font inside the Pop up window?

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

Viewing 1 replies (of 1 total)
  • Plugin Author SecondLineThemes

    (@secondlinethemes)

    Hi @michaeldproctor81,

    Thanks for using our plugin and for reaching out!
    The color of the links is defined by your theme, but it can be easily fixed with CSS.

    Here’s an example – Please insert the following code into your Additional CSS box in the ‘Appearance -> Customize’ section, or directly into your Child Theme’s style.css file:

    .secondline-psb-subscribe-modal a {
    color: #000;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Modal Pop up Font Color’ is closed to new replies.