• Resolved Art

    (@theart8)


    Hello,
    I noticed that I can’t change the style of the linked text of the popup. It assumes the main color of the theme and it is underlined, as usual.
    I would like to change the color, make it bold and remove the underline. In the WP editor I can’t do that because I just paste the shortcode. In the PopUp settings, there is no such option. Button or Image options do not suit my case.
    How can I achieve this? I even tried to use some CSS to be put in the WP editor block where the shortcodes were, but no results. I used:

    a:link {
    text-decoration: none;
    }

    In the Advanced/Additional CSS Class. It didn’t work.

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @theart8,

    Please go to wp-content->theme->yourtheme->style.css file and put below CSS.

    a.popupaoc-link { text-decoration: none !important; color: red; }

    Your problem not solve please send your website link.

    If you like our Plugin Please Give You important Rate and Review Here…

    Thanks,

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