Featurific Support

Full Version: Changing border color (National Geographic template)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

The main colors of my website are white and different kinds of grey. So my question: is there a way to change the black border of 1px that surround the slideshow? I've tried to modify the template file, I've searched in the featurific.php file, ... but nothing appends.

Thanks for your answers (and thanks for this great plugin Wink ),

Kenshiro.
Hi Kenshiro,

This feature (changing the color of the border or removing it entirely) is an undocumented feature of Featurific Pro. If you'd like to look into purchasing Featurific Pro for a discounted price, please contact us at sales at featurific dot com.

Thanks!
-Rich
Hello, everyone!

For the record, here are some more details on modifying the border. Remember that **modifying the border is a feature of Featurific Pro only**.

To remove the border, add the following code just after the <data> element in your template.xml or data.xml:

<border color="#-1"/>

So, it should end up looking like this:

<data>
<border color="#-1"/>
(etc...)

Changing the color of the border requires a hex color value such as the following (for red):

<border color="#ff0000"/>

Please let me know if you have any questions! Smile
-Rich

2Z4ne2

I've been tried to change the color of my border in which exactly what rinogo posted here. If you are not familiar with other colors of hexadecimal, you can simply search it in Google. Please post pictures here of your site so that we can see the outcome of your work.
Thanks for your comments, everyone.

Please let me know if you have any questions, and have a great day! Smile
-Rich
Reference URL's