inherit
263661
0
Feb 12, 2023 13:26:45 GMT -8
richleon
10
February 2021
richleon
|
Post by richleon on Apr 4, 2021 8:05:47 GMT -8
Hi is there a way I can edit the style sheet so it will display the word "NEW!" centered and in smaller white letters under a chosen navigation button?
Some of our Navigation buttons link to custom pages -which occasionally have new items/images(etc) added to them and adding "NEW!" under the appropriate button would be a great way of notifying people that a section has been updated
Thank you - appreciate any help
|
|
inherit
263661
0
Feb 12, 2023 13:26:45 GMT -8
richleon
10
February 2021
richleon
|
Post by richleon on Apr 10, 2021 12:05:56 GMT -8
I figured this out
You add the line below to the forum wrapper just underneath the line where it displays the name of the navigation button (in the loop)
{if $[navigation.menu.name] == "NAME OF BUTTON HERE"}<span style="position:relative;top:-5px;color: white;font-size: 10px;">NEW!</span>{/if}
You might need to edit the text color, size and positioning depending on the design of your forum
|
|