- This topic has 3 replies, 2 voices, and was last updated 12 years, 2 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 › Lightbox Ultimate – Multiple pdfs on page css using anchor text
Tagged: lightbox ultimate css, lightbox ultimate shortcode customization, lightbox ultimate style text
Hi,
I am using the plug in on my site to embed pdf files. I have a menu pre-built that I want the anchor text to appear in, but for some reason it kicks everything to a new line. Here is a link to my site.
http://strismaher.com/wordpress/?page_id=1989
If you look at the second slider page you will see how I want it to look. The first is with the code for the WP Lightnox.
By default each shortcode div takes the whole block. But you can make it so it doesn’t break the line. You just need to define your own css class and pass it in the shortcode. For example:
.my_anchor_text_class{
display: inline;
}
You can learn about styling a shortcode anchor here:
Thanks! I have looked at the link you provided but I am still having issues changing the css for the anchor text. I want it to reference a google font so that it matches the rest of the site and change the color. Any help is much appreciated.
Did you include the class="my_anchor_text_class"
parameter in the shortcode?