• I was searching for JUST this type of Plugin when I came across the original post of someone else searching for something like it. One of the responders, in practically no time flat, selflessly created THIS plugin on the poster’s great idea….SO perfect for what I needed!
    Question, though…did the original poster ever wrestle that lockjawed alligator for you? ??

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

    (@numeeja)

    Im pleased that you like the plugin

    I’m assuming that he probably did wrestle the alligator… at least until I hear otherwise.

    Thread Starter hmeader

    (@hmeader)

    How can I change the font info for the Link Text area? I’ve tried just html but it doesn’t change it. Thks

    Plugin Author cubecolour

    (@numeeja)

    The shortcode turns the text into a anchor element with the class “popup”, so you can add some css to your child theme’s stylesheet to style this just as you would for any other element.

    As an example, to turn all popup links into a simple button, you can use:

    a.popup {
    	border: 1px solid #ff69b4;
    	border-radius: 6px;
    	color: #ff69b4;
    	font-family: georgia;
    	text-decoration: none;
    	text-transform: uppercase;
    	padding: 4px 12px;
    	margin: 10px 0;
    }
    
    a.popup:hover {
    	background: #ff69b4;
    	color: #fff;
    }

    note: You should have opened a new topic on the support thread for this as this section is for reviews only and anyone searching for an answer to a similar issue may not find this answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Love it and it's story!’ is closed to new replies.