nbhambra
Forum Replies Created
-
Yes, the right blocks are there on the edit page and it’s not updating the content. I’m using 8 Multiple Content Blocks and it is showing only 1out of 8 MCB’s at a time on the edit page mode.
Forum: Themes and Templates
In reply to: Add different logo in each pageThe site is on my localhost. 🙁
Forum: Themes and Templates
In reply to: Add different logo in each pageStill getting default logo and there is no errors in the syntax.
Forum: Themes and Templates
In reply to: Add different logo in each pageI added the code in the style.css but it’s not working
.page-id-57 .logo a{
width:240px;
height:99px;
display:block;
background:url(images/siem-logo.jpg) no-repeat;
margin-top:-4px;
}
.page-id-57 .logo span{
display:none;
}Forum: Themes and Templates
In reply to: Add different logo in each pageI just checked my header.css file and body_class is there in the body HTML tag but it’s not working.
Do I have to add the code in style.css or header.css?
.page-id-23 .logo a { background: url(images/page-23-logo.gif) no-repeat; }
Forum: Themes and Templates
In reply to: Add different logo in each pageIt custom theme and there is no body_class() in style.css