hostnet Posted February 16, 2014 Share Posted February 16, 2014 Hello this is my first posts and I need help to modify the model of border inside pages of whmsc presented today with border and shading. need to change any edge or gradient effect as it is in pdrão page today whmsc with white and blue background. 0 Quote Link to comment Share on other sites More sharing options...
hostnet Posted February 17, 2014 Author Share Posted February 17, 2014 Can anyone help us? how to change the default background whmsc and remove the shaded edges? Thank you! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted February 17, 2014 Share Posted February 17, 2014 add your website URL here if possible or send it via PM, i'll help you with this 0 Quote Link to comment Share on other sites More sharing options...
hostnet Posted February 19, 2014 Author Share Posted February 19, 2014 Thank you! follows an internal page to view the edges of the default page: https://www.hostcuritiba.net.br/central/knowledgebase 0 Quote Link to comment Share on other sites More sharing options...
hostnet Posted April 19, 2014 Author Share Posted April 19, 2014 alguem me ajuda Helpe? - - - Updated - - - US-Alguém pode me ajudar como remover a borda do tema padrão do whmsc, deixar sem borda e fundo com imagem? PT-Can anyone help me how to remove the border from the default theme whmsc, leave without a border and background with the image? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 19, 2014 Share Posted April 19, 2014 alguem me ajuda Helpe? http://www.hostcuritiba.net.br/ is down from here! i'll be happy to help you out with this task 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 19, 2014 Share Posted April 19, 2014 add the following CSS code to your style.css file #whmcsthemes { padding-top: 15px; } #whmcsthemes .navbar .navbar-inner { padding: 0 29px; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } #whmcsthemes .whmcscontainer { box-shadow: none; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } #whmcsthemes .navbar .navbar-inner .container { background: transparent; } .contentcon { background: #f3f3f3; background: -moz-linear-gradient(top, rgba(170,212,225,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,212,225,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(170,212,225,1) 0%,rgba(255,255,255,0) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad4e1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.