THEMA: How to use button link styles in Cleanlogic
How to use button link styles in Cleanlogic
1 Jahr, 1 Monat her #72244
Hi, iwas wondering how to use the button layout in the Cleanlogic template, In the demo there are various colors of buttons, but can't find the way to implement them.
Thanx in advance, and sorry if it ain't the place to post this.
Re: How to use button link styles in Cleanlogic
1 Jahr, 1 Monat her #72274
Hi Alek,
sorry that this topic is not mentioned in the documentation yet. You can implement these buttons by adding the according class to a link. Just switch to the code-view of the content editor and add the class name like this:
Re: How to use button link styles in Cleanlogic
1 Jahr her #72801
Hi Packert,
the following steps should fix your problem:
- In "Module Manager" open your Menu (e.g. "Main Menu").
- On the right side you find "Basic Options". Set "Show Sub-menu Items" to "Yes".
- If it still doesn't work, please go to the "Advanced Options" and set "Menu Tag ID" to "moonmenu"
Re: How to use button link styles in Cleanlogic
2 Monate, 4 Wochen her #89352
hello I'm sorry I'm not very experienced and I have not figured out how to do what I have to say:
"the content editor and add the class name like this: <a href="www.example.com" class="ct_buttonYellow"> Your Link </ a> "
can you help me?
thanks
Re: How to use button link styles in Cleanlogic
2 Monate, 2 Wochen her #90179
Hi Kuioto,
it means that you can make links you add in an article (or custom HTML module) appear as a button. When you edit your article text, click on the "toggle editor" below the textbox to see your article's html code. Add the class="ct_buttonYellow" (or one of the other classes) to the href-tag of your link . Here's a screenshot: