Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by giulia72 7 years ago.
The topic ‘BACK button style’ is closed to new replies.
test
Hi,
Kindly share the URL of page where I can see the button, I will take a look.
http://kbase.test.pcvuescada.com/index.php/article-samples/739-faq-smart-generator-for-factory-link
you can see the button "BACK" in the bottom of page
It will require a bit custom CSS, you can try with my tweak:
#Mod101 input[type="button"] {
border: 1px solid #dddddd;
border-radius: 15px;
padding: 5px 14px;
color: #b3b3b3;
}
#Mod101 input[type="button"]:hover,
#Mod101 input[type="button"]:focus,
#Mod101 input[type="button"]:active {
color: #cc0000;
text-decoration: none;
}
Thank you, but where exactly I have to insert your code?
With custom css code, you can put into the file: root/templates/ja_nuevo (your default template)/css/custom.css (create this file if it doesn’t exist)
This topic contains 6 replies, has 2 voices, and was last updated by giulia72 7 years ago.
The topic ‘BACK button style’ is closed to new replies.