- This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Button doesn’t work’ is closed to new replies.
Home › Forums › Retail Pro › Button doesn’t work
Hello, when I click on this button (Only on phone and Tablet) it doesn’t do anything:
In the slider widget options, can you try selecting the ‘Place link on button only’ option and see if that works.
The button works for me when I view your site, but I can see an extra closing link anchor in the telephone number in the top bar.
It looks like this </a></a>
when it should be </a>
. Not sure how that has happened, but it may have an impact as the browser sees it as incorrect html markup.
Additional: it looks like you may have added the menu text as <font style="font-size: 20px;">000-111-222</a>
You should write it as <span style="font-size: 20px;">000-111-222</span>
instead.
I don’t know if this is affecting the slider button, but it would be worth correcting it just in case.