- This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › WP Lightbox Ultimate – Format anchor text
I want to know if it is possible to format part of the anchor text for the popup. For example, on my site, I have a line “Click here to start your journey”
I want to know if it is possible to change the color of the text to red, or possibly just part of the text, for example have the word “here” be red or blue and the rest remain black. Thanks.
Hi, which shortcode are you using?
Right now:
[wp_lightbox_anchor_text_display_external_page link=”http://eastcoastkarate.com/free-trial/” width=”700″ height=”480″ title=”Free Trial” text=”Click here to start your journey!”]
Hi, please follow these steps:
1. Specify your custom CSS class name in the shortcode:
[wp_lightbox_anchor_text_display_external_page link=”http://eastcoastkarate.com/free-trial/” width=”700″ height=”480″ title=”Free Trial” text=”Click here to start your journey!” class=”myclass”]
2. Install our Custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
3. Define your CSS class in the plugin settings. For example:
.myclass{
color: blue;
}