Mr.solution
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Book Lite] black bar under featured imagestry..
#ffffff !important;Forum: Themes and Templates
In reply to: [Book Lite] black bar under featured imagesyou mean like this..
#masthead {
background: url(“http://www.meubelmakerijlockefeer.nl/wp-content/uploads/schaven-meubelmaker-amsterdam.jpg”) no-repeat fixed center 0 #000000;
}
my English is bad.. SORRY.Forum: Themes and Templates
In reply to: [Book Lite] black bar under featured imagesHI! You mean like this..
.main-navigation {
margin-top: 500px;
}
try that css.
here is a good place to study
http://www.w3schools.comForum: Themes and Templates
In reply to: [Wordsmith Anvil] menus and widgetsHi!! try this..
ul:after {
display: none;
}
#header {
margin: 0 auto !important;
padding: 0 4px;
width: 1072px;
}
remove the padding..hi. works well for me…
Forum: Themes and Templates
In reply to: [Luminescence Lite] Theme customizationthere you can learn the basics of CSS
http://www.w3schools.com/css/try this custom css
#wowslider-container49 { position: absolute; }Forum: Themes and Templates
In reply to: [Customizr] Adding 2 or more sliders to the featured page.what slider you have??
Forum: Themes and Templates
In reply to: [Customizr] changing background colourtry that..
body {
background: none repeat scroll 0 0 #53F6FC;
}Forum: Themes and Templates
In reply to: Moving site to rootCan you link to the site
Forum: Themes and Templates
In reply to: [Spun] Bubble and Letter Color.hentry.no-thumbnail span {
background-color: #ffffff;
color: #F70202;
}Forum: Themes and Templates
In reply to: how to change the green hover color on the sub menutry. #menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover {
background: #899dc0;}