Shape 5

Wordpress Club Themes => Ameritage Medical - Club => : Lukey May 31, 2017, 03:16:15 PM



: How to change the colour on info_slide please
: Lukey May 31, 2017, 03:16:15 PM
Good Evening,

I'd love to know how to change the following code so that the box that comes up is in a shade of blue please rather than the black it does currently.

:
<img src="[siteurl]wp-content/uploads/image3.jpg">
[info_slide url="{demourl}/images/image3.jpg" class="boxed" title="Small Animal Medicine"]Small Animal Medicine  ?Internation Fiesta?.[/info_slide]

Also, as a side, are [siteurl] and {demourl} the same thing/resource please?

Cheers as always.
Luke


: Re: How to change the colour on info_slide please
: Tristan Rineer June 01, 2017, 12:01:01 PM
The only way to change the color of the Info Slide is to edit the CSS that controls it.  If you inspect it with Firebug (http://getfirebug.com/), you should be able to find the specific CSS that controls the color.

As far as the shortcodes, [siteurl] and [demourl] will give the same result on any site that is not the demo - the URL of the site.  The "{demourl}" version of the shortcode is because you can't use a normal shortcode within another shortcode, so I made an adjustment that allows it to process the "{}" characters as if they were the "[]" characters, when used inside the settings of an existing shortcode.   Hopefully that explanation makes sense.