Reply To: Having trouble adding link to buttons! Help please

Home Forums WordPress Themes – Premium Circumference Having trouble adding link to buttons! Help please Reply To: Having trouble adding link to buttons! Help please

#20183
John Bourke
Participant

Hi Millielil,

Perhaps I can help (it’s nice not to only find myself asking questions but being able to help on occasion). You add the link by including an “a href” refernece. So, looking at the html snippet that came with circumference, for the front page you would use something like:

BUTTON TEXT
(I guess you could omit the ‘ title=”Yourtitle” ‘ part if you like).

Button size is controlled by with the attributes: btn-lg, btn-sm, btn-xs (large, small, and extra small)
Button colour is controlled by: btn-grey, btn-aqua, etc.

Similarly for the price columns you would add an .. and be sure to close the tag with .

Hope this helps 🙂
John