• Hello ,

    I have a quick question – how to create a call to action buttons on the top right corner at the header page. I am using a sydney theme.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    There is no option to add CTA button to the header but you can add it using these Javascript code:

    var btn = '<a href="YOUR URL HERE" class="roll-button">YOUR BUTTON TEXT HERE</a></div>';
    jQuery('.mainnav').append(btn);

    Put the code in above using custom javascript plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘call to action on header page’ is closed to new replies.