adding multiple css codes
-
Hello there,
do not know if I have to open a new conversation or it is ok to continue here even if it is closed:I have deleted the icon before the title in the sample pages with adding this code to the custom css field with this code:
.format-icon:before {
speak: none;
text-transform: none;
-webkit-font-smoothing: antialiased;
padding-right: 10px;and it worked
then I wanted to delete the box around the main menu but if I copy also this code
it does not work – it just works if I cancel the first one.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px ;
-moz-box-shadow: 0px 0px 0px ;
box-shadow: 0px 0px 0px transparent;
background:none
}how can I add more then one and let both working?
site is: http://www.patriziamurmura.com
thanks a lot
The topic ‘adding multiple css codes’ is closed to new replies.