alexwebnorway
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menu linking to wrong pagesFound the solution. Just update the permalinks and it was all good
Forum: Themes and Templates
In reply to: Change the color in the header of wp themeThx It worked perfect ??
Regards
Alex
Forum: Themes and Templates
In reply to: Change the color in the header of wp themeI have tried to add the neww css to the custom css that comes with jetpack, also to the custom css that comes with the theme, and also to the child theme css but nothing happens allthough the change of the css can be viewed in firefox inspector.
element {
right: 0px;
opacity: 1;}
body .iosSlider .item .caption.style2.fromright .title_big, body .iosSlider .item .caption.style2.fromright .title_small {border-right: 5px solid #9E2387;
}
.iosSlider .item .caption.style2.fromright .title_big, .iosSlider .item .caption.style2.fromright .title_small {float: right;
border-right: 5px solid #CD2122;
border-left: 0px none;
left: auto;
right: -100px;}
body .iosSlider .item .caption.style2 .title_big, body .iosSlider .item .caption.style2 .title_small {border-left: 5px solid #9E2387;
}
.iosSlider .item .caption.style2 .title_small {font-size: 16px;
font-weight: 500;
clear: both;
padding: 10px 15px;}
.iosSlider .item .caption.style2 .title_big, .iosSlider .item .caption.style2 .title_small {line-height: 1.3;
color: rgb(218, 216, 101);
position: relative;
opacity: 0;
margin: 0px;
float: left;
border-left: 5px solid #CD2122;
background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
left: -100px;}
h4 {font-family: Open Sans;
font-size: 18px;
line-height: 20px;}
h1, h2, h3, h4, h5, h6, div.pp_kalypso .ppt {font-family: “Open Sans”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
font-weight: 700;}
h4 {font-size: 17.5px;
}
h1, h2, h3, h4, h5, h6 {margin: 10px 0px;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;}
element {cursor: move;
}
body {font-family: Open Sans;
font-size: 16px;
line-height: 19px;}
body {font-family: “Open Sans”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 19px;
color: #535353;}
body {font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;}
html {font-size: 100%;
}
This is the css with chenged colors in firefox inspector. If I add this css to the custom css norhing happens